Skip to content

Commit

Permalink
Remove setup_command from pyproject.toml (sphinx-doc#11418)
Browse files Browse the repository at this point in the history
  • Loading branch information
14mRh4X0r committed May 12, 2023
1 parent e09d02e commit d4c30cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Expand Up @@ -39,6 +39,9 @@ Features added
Bugs fixed
----------

* #11418: Remove distutils entry point and any other references to
``setup_command`` from pyproject.toml

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 d4c30cb

Please sign in to comment.