Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Install this extension from PyPI_::

pip install sphinxcontrib-programoutput

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

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

Output::

Python 2.7.1
Python 3.14.2

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

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

$ python -V
Python 2.7.1
Python 3.14.2


Please refer to the documentation_ for comprehensive information about usage and
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Use ``pip`` to install this extension from PyPI_::

pip install sphinxcontrib-programoutput

The extension requires Sphinx 1.3 and Python 2.7 or Python 3 at least.
The extension requires Sphinx 5.0 and Python 3.8 at least.

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

Expand Down