mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-14 06:54:43 -05:00
Merge branch '7.0.x'
# Conflicts: # CHANGES # sphinx/__init__.py
This commit is contained in:
@@ -4,10 +4,6 @@ Release 7.1.0 (in development)
|
|||||||
Dependencies
|
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
|
Incompatible changes
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
@@ -42,6 +38,23 @@ Bugs fixed
|
|||||||
Testing
|
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)
|
Release 7.0.0 (released Apr 29, 2023)
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|||||||
@@ -105,9 +105,6 @@ sphinx-quickstart = "sphinx.cmd.quickstart:main"
|
|||||||
sphinx-apidoc = "sphinx.ext.apidoc:main"
|
sphinx-apidoc = "sphinx.ext.apidoc:main"
|
||||||
sphinx-autogen = "sphinx.ext.autosummary.generate:main"
|
sphinx-autogen = "sphinx.ext.autosummary.generate:main"
|
||||||
|
|
||||||
[project.entry-points."distutils.commands"]
|
|
||||||
build_sphinx = 'sphinx.setup_command:BuildDoc'
|
|
||||||
|
|
||||||
[tool.flit.module]
|
[tool.flit.module]
|
||||||
name = "sphinx"
|
name = "sphinx"
|
||||||
|
|
||||||
@@ -344,7 +341,6 @@ module = [
|
|||||||
"sphinx.ext.napoleon.docstring",
|
"sphinx.ext.napoleon.docstring",
|
||||||
"sphinx.pycode.parser",
|
"sphinx.pycode.parser",
|
||||||
"sphinx.registry",
|
"sphinx.registry",
|
||||||
"sphinx.setup_command",
|
|
||||||
"sphinx.testing.util",
|
"sphinx.testing.util",
|
||||||
"sphinx.transforms.i18n",
|
"sphinx.transforms.i18n",
|
||||||
"sphinx.transforms.post_transforms.images",
|
"sphinx.transforms.post_transforms.images",
|
||||||
@@ -391,7 +387,6 @@ filterwarnings = [
|
|||||||
]
|
]
|
||||||
markers = [
|
markers = [
|
||||||
"apidoc",
|
"apidoc",
|
||||||
"setup_command",
|
|
||||||
]
|
]
|
||||||
testpaths = ["tests"]
|
testpaths = ["tests"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user