File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 2020Installation
2121------------
2222
23- This extension is tested on python 2.7 and 3.3+ .
23+ This extension works with Python 3.10 or later and Sphinx 5.1 or later .
2424
25- The package is available in the Python Package Index::
25+ The package is available in the ` Python Package Index `_ ::
2626
2727 pip install sphinx-argparse
2828
29- And also in conda-forge::
29+ And also in ` conda-forge `_ ::
3030
3131 mamba -c conda-forge install sphinx-argparse
3232
3333Enable the extension in your sphinx config::
3434
35- extensions += ['sphinxarg.ext']
35+ extensions = [
36+ ...,
37+ 'sphinxarg.ext',
38+ ]
39+
40+ .. _Python Package Index : https://pypi.org/project/sphinx-argparse/
41+ .. _conda-forge : https:://github.com/conda-forge/sphinx-argparse-feedstock/
3642
3743
3844References
You can’t perform that action at this time.
0 commit comments