diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-20 14:57:54 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-20 14:57:54 -0400 |
commit | 22247c13427d66f93e190fd2fe5d31c5d57cdccc (patch) | |
tree | d98b9a49c74e171571ee62fa8da0736294f19b3a | |
parent | 09880570aed1bd4db1403043156fe67fd38a0cc4 (diff) | |
download | python-coveragepy-git-22247c13427d66f93e190fd2fe5d31c5d57cdccc.tar.gz |
Keep the version of sphinx that works for now.
-rw-r--r-- | doc/requirements.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index e8114214..b7ea8284 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -3,5 +3,5 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ pyenchant==1.6.6 -sphinx==1.4.1 +sphinx==1.3.4 sphinxcontrib-spelling==2.1.2 |