mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove remaining references to the setuptools integration (#11418)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
db546189ce
commit
de6b18ac7d
4
CHANGES
4
CHANGES
@ -20,6 +20,10 @@ Features added
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
* #11418: Clean up remaining references to ``sphinx.setup_command``
|
||||
following the removal of support for setuptools.
|
||||
Patch by Willem Mulder.
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
|
@ -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"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user