Merge branch '7.0.x'

# Conflicts:
#	CHANGES
#	sphinx/__init__.py
This commit is contained in:
Adam Turner
2023-05-12 22:57:09 +01:00
2 changed files with 17 additions and 9 deletions
+17 -4
View File
@@ -4,10 +4,6 @@ Release 7.1.0 (in development)
Dependencies
------------
* #11411: Support `Docutils 0.20`_. Patch by Adam Turner.
.. _Docutils 0.20: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04
Incompatible changes
--------------------
@@ -42,6 +38,23 @@ Bugs fixed
Testing
--------
Release 7.0.1 (released May 12, 2023)
=====================================
Dependencies
------------
* #11411: Support `Docutils 0.20`_. Patch by Adam Turner.
.. _Docutils 0.20: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04
Bugs fixed
----------
* #11418: Clean up remaining references to ``sphinx.setup_command``
following the removal of support for setuptools.
Patch by Willem Mulder.
Release 7.0.0 (released Apr 29, 2023)
=====================================
-5
View File
@@ -105,9 +105,6 @@ sphinx-quickstart = "sphinx.cmd.quickstart:main"
sphinx-apidoc = "sphinx.ext.apidoc:main"
sphinx-autogen = "sphinx.ext.autosummary.generate:main"
[project.entry-points."distutils.commands"]
build_sphinx = 'sphinx.setup_command:BuildDoc'
[tool.flit.module]
name = "sphinx"
@@ -344,7 +341,6 @@ module = [
"sphinx.ext.napoleon.docstring",
"sphinx.pycode.parser",
"sphinx.registry",
"sphinx.setup_command",
"sphinx.testing.util",
"sphinx.transforms.i18n",
"sphinx.transforms.post_transforms.images",
@@ -391,7 +387,6 @@ filterwarnings = [
]
markers = [
"apidoc",
"setup_command",
]
testpaths = ["tests"]