Skip to content
Snippets Groups Projects
Commit 21c4d5fb authored by Martin Blanchard's avatar Martin Blanchard
Browse files

setup.py: Unpin Sphinx and require RTD theme >= 0.4.2

The HTML search problem with RTD + Sphinx 1.8 has been fixed upstream
and released in version 0.4.2:

    https://github.com/rtfd/sphinx_rtd_theme/pull/672

#114
parent 61c22c5b
No related branches found
No related tags found
1 merge request!139Unpin Sphinx and require RTD theme >= 0.4.2
Pipeline #43303721 passed
......@@ -102,10 +102,9 @@ tests_require = [
]
docs_require = [
# rtd-theme broken in Sphinx >= 1.8, this breaks search functionality.
'sphinx == 1.7.8',
'sphinx',
'sphinx-click',
'sphinx-rtd-theme',
'sphinx-rtd-theme >= 0.4.2', # For HTML search fix (upstream #672)
'sphinxcontrib-apidoc',
'sphinxcontrib-napoleon',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment