Skip to content

Commit 543b36a

Browse files
committed
docs: update versions to match setup.py
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 1c38fd9 commit 543b36a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Install this extension from PyPI_::
2222

2323
pip install sphinxcontrib-programoutput
2424

25-
The extension requires Sphinx 1.7.0 and Python 2.7 or Python 3 (Python
26-
3.6+ is tested) at least.
25+
The extension requires Sphinx 5.0 and Python 3.8+.
2726

2827
Usage
2928
=====
@@ -39,7 +38,7 @@ insert the output of programs. The former just inserts the output::
3938

4039
Output::
4140

42-
Python 2.7.1
41+
Python 3.14.2
4342

4443
The latter directive mimics a shell session, and is intended to show examples::
4544

@@ -48,7 +47,7 @@ The latter directive mimics a shell session, and is intended to show examples::
4847
Output::
4948

5049
$ python -V
51-
Python 2.7.1
50+
Python 3.14.2
5251

5352

5453
Please refer to the documentation_ for comprehensive information about usage and

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use ``pip`` to install this extension from PyPI_::
2020

2121
pip install sphinxcontrib-programoutput
2222

23-
The extension requires Sphinx 1.3 and Python 2.7 or Python 3 at least.
23+
The extension requires Sphinx 5.0 and Python 3.8 at least.
2424

2525
You can now add this extension to ``extensions``::
2626

0 commit comments

Comments
 (0)