conda-build icon indicating copy to clipboard operation
conda-build copied to clipboard

Implement sphinx-argparse for conda-build

Open travishathaway opened this issue 2 years ago • 3 comments

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

travishathaway avatar Apr 26 '22 16:04 travishathaway

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:

  1. Verify that you can still reproduce the issue at hand
  2. 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!

github-actions[bot] avatar Jun 29 '23 04:06 github-actions[bot]

Still a thing

jezdez avatar Jun 30 '23 09:06 jezdez

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?

PatSunter avatar Mar 14 '24 05:03 PatSunter