Pin sphinx to 1.4 when generating docs to workaround search issues on RTD

Works around https://github.com/rtfd/readthedocs.org/issues/2708 and fixes #360.
Patch from @nicoddemus.

(cherry picked from commit 8f29f44436)
This commit is contained in:
Rémi Verschelde 2017-04-19 16:10:27 +02:00
parent 1d8cf8b89c
commit 006e5f98ca
1 changed files with 3 additions and 0 deletions

3
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.*