summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Schult <dschult@colgate.edu>2015-10-29 07:58:25 -0400
committerDan Schult <dschult@colgate.edu>2015-10-29 07:58:25 -0400
commit9cdfc577cf402fb5b8babcc156ea28467774cd7d (patch)
treee6e39bc3558b0357fa7ed209e39bedf9f4fcfcc8
parentbd19b43751b5bd433ebc5a9ab173938f721af2dd (diff)
downloadnetworkx-9cdfc577cf402fb5b8babcc156ea28467774cd7d.tar.gz
Use sphinx stable branch via github on ReadTheDocs
The stable branch of sphinx has the one-line fix for autosummary. So even though the release on pipy doesn't have it, we can get it from github.
-rw-r--r--doc/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 7d7fc91c..deba1d47 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,6 +3,6 @@ numpy >= 1.6
matplotlib
pandas
pydotplus
-sphinx >= 1.3
+-e git://github.com/sphinx-doc/sphinx.git@stable#egg=Sphinx-origin_stable
sphinxcontrib-bibtex
sphinx_rtd_theme