summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES14
-rw-r--r--setup.cfg1
-rw-r--r--sphinx/domains/python.py2
-rw-r--r--tox.ini1
4 files changed, 12 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 2224b9539..74dc980f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -89,7 +89,7 @@ Bugs fixed
Testing
--------
-Release 2.4.4 (in development)
+Release 2.4.5 (in development)
==============================
Dependencies
@@ -107,12 +107,18 @@ Features added
Bugs fixed
----------
-* #7197: LaTeX: platex cause error to build image directive with target url
-* #7223: Sphinx builds has been slower since 2.4.0
-
Testing
--------
+Release 2.4.4 (released Mar 05, 2020)
+=====================================
+
+Bugs fixed
+----------
+
+* #7197: LaTeX: platex cause error to build image directive with target url
+* #7223: Sphinx builds has been slower since 2.4.0
+
Release 2.4.3 (released Feb 22, 2020)
=====================================
diff --git a/setup.cfg b/setup.cfg
index 8aa9f30ff..6207a6c53 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -62,6 +62,7 @@ markers =
[coverage:run]
branch = True
+parallel = True
source = sphinx
[coverage:report]
diff --git a/sphinx/domains/python.py b/sphinx/domains/python.py
index 3e6036bc9..0ed3c6e6f 100644
--- a/sphinx/domains/python.py
+++ b/sphinx/domains/python.py
@@ -437,7 +437,7 @@ class PyModulelevel(PyObject):
"""
def run(self) -> List[Node]:
- warnings.warn('PyClassmember is deprecated.',
+ warnings.warn('PyModulelevel is deprecated.',
RemovedInSphinx40Warning)
return super().run()
diff --git a/tox.ini b/tox.ini
index 54af28366..d9f040544 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,6 @@ description =
py{35,36,37,38,39}: Run unit tests against {envname}.
du{12,13,14}: Run unit tests with the given version of docutils.
deps =
- coverage < 5.0 # refs: https://github.com/sphinx-doc/sphinx/pull/6924
git+https://github.com/html5lib/html5lib-python # refs: https://github.com/html5lib/html5lib-python/issues/419
du12: docutils==0.12
du13: docutils==0.13.1