Skip to content

Commit

Permalink
Remove remaining references to the setuptools integration (#11418)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
14mRh4X0r and AA-Turner committed May 12, 2023
1 parent db54618 commit de6b18a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Expand Up @@ -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
--------

Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -391,7 +387,6 @@ filterwarnings = [
]
markers = [
"apidoc",
"setup_command",
]
testpaths = ["tests"]

Expand Down

0 comments on commit de6b18a

Please sign in to comment.