conda-build
conda-build copied to clipboard
Implement sphinx-argparse for conda-build
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:
- https://github.com/conda/conda-build/issues/4441
Hi there, thank you for your contribution!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.
If you would like this issue to remain open please:
- Verify that you can still reproduce the issue at hand
- Comment that the issue is still reproducible and include: - What OS and version you reproduced the issue on - What steps you followed to reproduce the issue
NOTE: If this issue was closed prematurely, please leave a comment.
Thanks!
Still a thing
Is this issue now deprecated by #5235 ?
I.E. if Conda has split out conda-index into a separate project and tool that has to be invoked differently anyway now?