Skip to content

Commit 343e149

Browse files
committed
Merge branch '7.0.x'
# Conflicts: # CHANGES # sphinx/__init__.py
2 parents 749af95 + d48cc78 commit 343e149

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

CHANGES

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Release 7.1.0 (in development)
44
Dependencies
55
------------
66

7-
* #11411: Support `Docutils 0.20`_. Patch by Adam Turner.
8-
9-
.. _Docutils 0.20: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04
10-
117
Incompatible changes
128
--------------------
139

@@ -42,6 +38,23 @@ Bugs fixed
4238
Testing
4339
--------
4440

41+
Release 7.0.1 (released May 12, 2023)
42+
=====================================
43+
44+
Dependencies
45+
------------
46+
47+
* #11411: Support `Docutils 0.20`_. Patch by Adam Turner.
48+
49+
.. _Docutils 0.20: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04
50+
51+
Bugs fixed
52+
----------
53+
54+
* #11418: Clean up remaining references to ``sphinx.setup_command``
55+
following the removal of support for setuptools.
56+
Patch by Willem Mulder.
57+
4558
Release 7.0.0 (released Apr 29, 2023)
4659
=====================================
4760

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ sphinx-quickstart = "sphinx.cmd.quickstart:main"
105105
sphinx-apidoc = "sphinx.ext.apidoc:main"
106106
sphinx-autogen = "sphinx.ext.autosummary.generate:main"
107107

108-
[project.entry-points."distutils.commands"]
109-
build_sphinx = 'sphinx.setup_command:BuildDoc'
110-
111108
[tool.flit.module]
112109
name = "sphinx"
113110

@@ -344,7 +341,6 @@ module = [
344341
"sphinx.ext.napoleon.docstring",
345342
"sphinx.pycode.parser",
346343
"sphinx.registry",
347-
"sphinx.setup_command",
348344
"sphinx.testing.util",
349345
"sphinx.transforms.i18n",
350346
"sphinx.transforms.post_transforms.images",
@@ -391,7 +387,6 @@ filterwarnings = [
391387
]
392388
markers = [
393389
"apidoc",
394-
"setup_command",
395390
]
396391
testpaths = ["tests"]
397392

0 commit comments

Comments
 (0)