Skip to content

Commit

Permalink
docs: workaround for theme issues
Browse files Browse the repository at this point in the history
This is a recommended workaround for search and flyout menu not
working with a combination of sphinx-6.2.1 & sphinx-rtd-theme-1.2.0.

There is no additional dependency to install, since the theme already
installs it. It will most likely be fixed with sphinx-rtd-theme v1.3,
at which point the commit can be reverted.

See: readthedocs/sphinx_rtd_theme#1452
  • Loading branch information
mslw committed May 11, 2023
1 parent 27c1956 commit 9fea2cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
'sphinx.ext.inheritance_diagram',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinxcontrib.jquery',
]

# for the module reference
Expand Down

0 comments on commit 9fea2cb

Please sign in to comment.