Skip to content

Commit 7e118e9

Browse files
committed
Install sphinx from github on readthedocs
There is a bug in sphinx 1.3.1 that breaks the autosummary tables. This is fixed in the version of sphinx on github (though not in any official release), and this commit tells readthedocs.org to use the github version.
1 parent cd87eda commit 7e118e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc-requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
numpydoc==0.4
22
mock==1.0.1
3+
# install sphinx from git to get patched version
4+
# (fixes bug in autosummary where tables do not display)
5+
-e git://github.com/sphinx-doc/sphinx.git@stable#egg=Sphinx-origin_stable
36

0 commit comments

Comments
 (0)