conda/conda-build

Implement sphinx-argparse for conda-build

オープン

#4,445 opened on 2022/04/26

 (3 件のコメント) (1 件のリアクション) (0 人の担当者)Python (499 件のフォーク)auto 404
good first issuesource::anacondastale::recoveredtype::documentation

Repository metrics

Stars
 (399 個のスター)
PR merge metrics
 (平均マージ 5d 10h) (30d で 17 merged PRs)

説明

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:

コントリビューターガイド