File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ Release 7.1.0 (in development)
44Dependencies
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-
117Incompatible changes
128--------------------
139
@@ -42,6 +38,23 @@ Bugs fixed
4238Testing
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+
4558Release 7.0.0 (released Apr 29, 2023)
4659=====================================
4760
Original file line number Diff line number Diff line change @@ -105,9 +105,6 @@ sphinx-quickstart = "sphinx.cmd.quickstart:main"
105105sphinx-apidoc = " sphinx.ext.apidoc:main"
106106sphinx-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 ]
112109name = " 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]
392388markers = [
393389 " apidoc" ,
394- " setup_command" ,
395390]
396391testpaths = [" tests" ]
397392
You can’t perform that action at this time.
0 commit comments