Merge pull request #2352 from pytest-dev/fix-search-docs

Pin sphinx to 1.4 when generating docs to workaround search issues on RTD
This commit is contained in:
Bruno Oliveira
2017-04-06 18:41:30 -03:00
committed by GitHub

3
doc/en/requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
# pinning sphinx to 1.4.* due to search issues with rtd:
# https://github.com/rtfd/readthedocs-sphinx-ext/issues/25
sphinx ==1.4.*