소스 검색

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.
Rémi Verschelde 8 년 전
부모
커밋
8f29f44436
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      requirements.txt

+ 3 - 0
requirements.txt

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