Implement sphinx-argparse for conda-build #4445
Labels
good first issue
great for new contributors, code change is envisioned to be trivial/relatively straight-forward
source::anaconda
created by members of Anaconda, Inc.
stale::recovered
[bot] recovered after being marked as stale
type::documentation
request for improved documentation
The commands that are documented here:
https://docs.conda.io/projects/conda-build/en/latest/resources/commands/index.html
are out of date with the documentation a user sees when they run
conda build --help
.This happens because the command documentation is currently hard-coded. In order to fix this, we need to copy the method conda uses and create the documentation dynamically using the sphinx-argparse plugin.
This issue relates to the following issue:
The text was updated successfully, but these errors were encountered: