-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Docsbuildzzz 💤 astropy-helpersarchived: PRs and issues related to astropy-helpersarchived: PRs and issues related to astropy-helpers
Description
We currently have two commands to build the documentation that do the same thing (or, will once #5156 is merged):
python setup.py build_docs
python setup.py build_sphinx
Right now AstropyBuildDocs subclasses AstropyBuildSphinx and is really just an alias. As discussed in #5156, we could switch this so that AstropyBuildDocs is the primary command and add a deprecation warning to AstropyBuildSphinx.
This issue is paired with astropy/astropy-helpers#245 - a changelog entry needs to be added in here for the deprecation, but the actual code needs to be changed in astropy-helpers.
Travis config files should also be changed to use build_docs.
Metadata
Metadata
Assignees
Labels
Docsbuildzzz 💤 astropy-helpersarchived: PRs and issues related to astropy-helpersarchived: PRs and issues related to astropy-helpers