Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the build_sphinx command #10008

Closed
wants to merge 1 commit into from

Conversation

pradyunsg
Copy link
Contributor

Subject: Drop the distutils build_sphinx command

Feature or Bugfix

  • Feature?

Purpose

Detail

  • Removes sphinx.setup_command and all direct references to it.
  • Updates the documentation for the setuptools integration to note why it was removed, and what the alternatives are for users.

Relates

#9595

@@ -85,7 +85,7 @@ description =
extras =
docs
commands =
python setup.py build_sphinx {posargs}
sphinx-build docs/ docs/_build/ -W {posargs}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sphinx-build docs/ docs/_build/ -W {posargs}
sphinx-build docs/ docs/_build/ -W --keep-going {posargs}

@tk0miya tk0miya added type:proposal a feature suggestion closed:wontfix labels Dec 23, 2021
@tk0miya
Copy link
Member

tk0miya commented Dec 23, 2021

As I commented in #9595, we have to obey to our application policy. So we should emit a warning first for users to let users know the deprecation.

@tk0miya tk0miya closed this Jan 2, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants