diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-23 13:29:59 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-23 13:29:59 -0500 |
commit | 820cb6b9a93595e94e4519e7d54003504ab64814 (patch) | |
tree | 9209fd8190d0d8a00fadaead164340739a61353a /doc | |
parent | 7032565bc16024face0979b61c10bf9574afaead (diff) | |
download | python-coveragepy-git-820cb6b9a93595e94e4519e7d54003504ab64814.tar.gz |
Use latest of sphinx and pycontracts
Diffstat (limited to 'doc')
-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 742302a7..73467c94 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -3,7 +3,7 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ pyenchant==2.0.0 -sphinx==1.6.5 +sphinx==1.6.6 sphinxcontrib-spelling==4.0.1 sphinx_rtd_theme==0.2.4 |