We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d42eb commit 56d7e10Copy full SHA for 56d7e10
1 file changed
docs/index.rst
@@ -20,19 +20,25 @@
20
Installation
21
------------
22
23
-This extension is tested on python 2.7 and 3.3+.
+This extension works with Python 3.10 or later and Sphinx 5.1 or later.
24
25
-The package is available in the Python Package Index::
+The package is available in the `Python Package Index`_::
26
27
pip install sphinx-argparse
28
29
-And also in conda-forge::
+And also in `conda-forge`_::
30
31
mamba -c conda-forge install sphinx-argparse
32
33
Enable the extension in your sphinx config::
34
35
- extensions += ['sphinxarg.ext']
+ 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/
42
43
44
References
0 commit comments