Skip to content

Commit

Permalink
fix search through bumping the underlying RTD theme that fixed the issue
Browse files Browse the repository at this point in the history
The search issue was due to Sphinx changes and fixed in readthedocs/sphinx_rtd_theme#1021
that was released in the 0.5.1 version of the theme, so that's the earliest we
can bump to to have functioning search again.

Looking at versions since then, the latest (1.0.0) version seems
to have identical results in the compiled documentation, so
bumping to that version is likely more future proof.
  • Loading branch information
imrehg committed Dec 16, 2021
1 parent eb3eea0 commit 407b1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@
packages=["faculty_sphinx_theme"],
use_scm_version={"version_scheme": "post-release"},
setup_requires=["setuptools_scm"],
install_requires=["sphinx-rtd-theme==0.4.3"],
install_requires=["sphinx-rtd-theme==1.0.0"],
package_data={
"faculty_sphinx_theme": [
"theme.conf",
Expand Down

0 comments on commit 407b1f6

Please sign in to comment.