Skip to content

Commit de6b18a

Browse files
14mRh4X0rAA-Turner
andauthored
Remove remaining references to the setuptools integration (#11418)
Co-authored-by: Adam Turner <[email protected]>
1 parent db54618 commit de6b18a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Features added
2020
Bugs fixed
2121
----------
2222

23+
* #11418: Clean up remaining references to ``sphinx.setup_command``
24+
following the removal of support for setuptools.
25+
Patch by Willem Mulder.
26+
2327
Testing
2428
--------
2529

pyproject.toml

-5
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)