diff --git a/docs/conf.py b/docs/conf.py index 329a831..e38f6f2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -101,7 +101,7 @@ html_theme_options = { 'navigation_depth': 3, - 'awesome_headerlinks': True +# 'awesome_headerlinks': True } html_css_files = [ diff --git a/docs/requirements.txt b/docs/requirements.txt index 576dcc5..971e8ea 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -11,8 +11,9 @@ pitchtools bpf4 numpyx appdirs + sphinx-autodoc-typehints sphinx-automodapi autodocsumm -sphinxawesome_theme -sphinx_design +sphinxawesome-theme +sphinx-design diff --git a/readthedocs.yml b/readthedocs.yml index 6744500..e1061b7 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -7,7 +7,7 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-29.04 tools: python: "3.11"