Skip to content

Commit 56d7e10

Browse files
committed
Update the installation instructions
1 parent 13d42eb commit 56d7e10

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/index.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,25 @@
2020
Installation
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

3333
Enable 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

3844
References

0 commit comments

Comments
 (0)