Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3849468

Browse files
Mariattaberkerpeksag
authored andcommitted
Advise using the latest stable version of Sphinx
Follow up from #85
1 parent 6bc5e0b commit 3849468

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docquality.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ To clone the Developer's Guide::
8383

8484
$ git clone https://github.com/python/devguide.git
8585

86-
To build the devguide, you must have `Sphinx`_ installed. The devguide HTML
87-
can be built by running::
86+
To build the devguide, you must have the latest stable version of `Sphinx`_
87+
installed. The devguide HTML can be built by running::
8888

8989
$ make html
9090

documenting.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,8 +1458,9 @@ To build the documentation, follow the instructions from one of the sections
14581458
below. You can view the documentation after building the HTML by pointing
14591459
a browser at the file :file:`Doc/build/html/index.html`.
14601460

1461-
You are expected to have installed a recent version of Sphinx on your system or
1462-
in a virtualenv_, so that the Makefile can find the ``sphinx-build`` command.
1461+
You are expected to have installed the latest stable version of Sphinx_ on
1462+
your system or in a virtualenv_, so that the Makefile can find the
1463+
``sphinx-build`` command.
14631464

14641465

14651466
Using make / make.bat

0 commit comments

Comments
 (0)