Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Deprecate build_sphinx in favor of build_docs #245

@adrn

Description

@adrn

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 astropy/astropy#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#5157 - a changelog entry needs to be added to the main astropy repo for the deprecation, but the actual code needs to be changed here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions