Skip to content

Commit

Permalink
setup.py: Unpin Sphinx and require RTD theme >= 0.4.2
Browse files Browse the repository at this point in the history
The HTML search problem with RTD + Sphinx 1.8 has been fixed upstream
and released in version 0.4.2:

    readthedocs/sphinx_rtd_theme#672

https://gitlab.com/BuildGrid/buildgrid/issues/114
  • Loading branch information
Martin Blanchard committed Jan 14, 2019
1 parent 61c22c5 commit 21c4d5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,9 @@ def get_cmdclass():
]

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',
]
Expand Down

0 comments on commit 21c4d5f

Please sign in to comment.