File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ Features added
20
20
Bugs fixed
21
21
----------
22
22
23
+ * #11418: Clean up remaining references to ``sphinx.setup_command``
24
+ following the removal of support for setuptools.
25
+ Patch by Willem Mulder.
26
+
23
27
Testing
24
28
--------
25
29
Original file line number Diff line number Diff line change @@ -105,9 +105,6 @@ sphinx-quickstart = "sphinx.cmd.quickstart:main"
105
105
sphinx-apidoc = " sphinx.ext.apidoc:main"
106
106
sphinx-autogen = " sphinx.ext.autosummary.generate:main"
107
107
108
- [project .entry-points ."distutils .commands" ]
109
- build_sphinx = ' sphinx.setup_command:BuildDoc'
110
-
111
108
[tool .flit .module ]
112
109
name = " sphinx"
113
110
@@ -344,7 +341,6 @@ module = [
344
341
" sphinx.ext.napoleon.docstring" ,
345
342
" sphinx.pycode.parser" ,
346
343
" sphinx.registry" ,
347
- " sphinx.setup_command" ,
348
344
" sphinx.testing.util" ,
349
345
" sphinx.transforms.i18n" ,
350
346
" sphinx.transforms.post_transforms.images" ,
@@ -391,7 +387,6 @@ filterwarnings = [
391
387
]
392
388
markers = [
393
389
" apidoc" ,
394
- " setup_command" ,
395
390
]
396
391
testpaths = [" tests" ]
397
392
You can’t perform that action at this time.
0 commit comments