diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-30 11:59:06 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-30 11:59:06 -0400 |
commit | 8931c9a3ee444254e27a10f90ae8121675760fac (patch) | |
tree | 4243919648055d962f2612856aa186ea0f228572 /doc | |
parent | ae0f868e4e4e7e0903ae9d4a491ce62167c368ee (diff) | |
download | python-coveragepy-git-8931c9a3ee444254e27a10f90ae8121675760fac.tar.gz |
update requirements, and use tox-battery to recreate tox as needed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.pip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index e6482bff..325d4f23 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -3,9 +3,9 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ pyenchant==1.6.8 -sphinx==1.5.1 +sphinx==1.5.5 sphinxcontrib-spelling==2.3.0 -sphinx_rtd_theme==0.1.9 +sphinx_rtd_theme==0.2.4 # A version of doc8 with a -q flag. git+https://github.com/nedbat/doc8.git#egg=doc8==0.0 |