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 20
20
Installation
21
21
------------
22
22
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 .
24
24
25
- The package is available in the Python Package Index::
25
+ The package is available in the ` Python Package Index `_ ::
26
26
27
27
pip install sphinx-argparse
28
28
29
- And also in conda-forge::
29
+ And also in ` conda-forge `_ ::
30
30
31
31
mamba -c conda-forge install sphinx-argparse
32
32
33
33
Enable the extension in your sphinx config::
34
34
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/
36
42
37
43
38
44
References
You can’t perform that action at this time.
0 commit comments