diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.rst | 4 | ||||
-rw-r--r-- | doc/requirements.pip | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/index.rst b/doc/index.rst index 7ed08189..b06e805d 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -31,7 +31,7 @@ not. The latest version is coverage.py 5.0a4, released November 25, 2018. It is supported on: - * Python versions 2.7, 3.4, 3.5, 3.6, 3.7, and pre-alpha 3.8. + * Python versions 2.7, 3.5, 3.6, 3.7, and pre-alpha 3.8. * PyPy2 6.0 and PyPy3 6.0. @@ -40,7 +40,7 @@ not. * IronPython 2.7.7, though only for running code, not reporting. **This is a pre-release build. The usual warnings about possible bugs - apply.** The latest stable version is coverage.py 4.5.2, `described here`_. + apply.** The latest stable version is coverage.py 4.5.3, `described here`_. .. _described here: http://coverage.readthedocs.io/ diff --git a/doc/requirements.pip b/doc/requirements.pip index 6aa6e6e3..de417d05 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -4,6 +4,6 @@ doc8==0.8.0 pyenchant==2.0.0 -sphinx==1.8.3 +sphinx==1.8.4 sphinxcontrib-spelling==4.2.0 -sphinx_rtd_theme==0.4.2 +sphinx_rtd_theme==0.4.3 |