@@ -1467,8 +1467,9 @@ To build the documentation, follow the instructions from one of the sections
1467
1467
below. You can view the documentation after building the HTML by pointing
1468
1468
a browser at the file :file: `Doc/build/html/index.html `.
1469
1469
1470
- You are expected to have installed the latest stable version of Sphinx _ on
1471
- your system or in a virtualenv _, so that the Makefile can find the
1470
+ You are expected to have installed the latest stable version of
1471
+ Sphinx _ and blurb _ on your system or in a virtualenv _ (which can be
1472
+ created using ``make venv ``), so that the Makefile can find the
1472
1473
``sphinx-build `` command. You can also specify the location of
1473
1474
``sphinx-build `` with the ``SPHINXBUILD `` :command: `make ` variable.
1474
1475
@@ -1480,9 +1481,10 @@ Using make / make.bat
1480
1481
<checkout>` to build the output as HTML::
1481
1482
1482
1483
cd Doc
1484
+ make venv
1483
1485
make html
1484
1486
1485
- or alternatively ``make -C Doc html ``.
1487
+ or alternatively ``make -C Doc/ venv html ``.
1486
1488
1487
1489
You can also use ``make help `` to see a list of targets supported by
1488
1490
:command: `make `. Note that ``make check `` is automatically run when
@@ -1498,7 +1500,7 @@ See also :file:`Doc/README.rst` for more information.
1498
1500
Without make
1499
1501
------------
1500
1502
1501
- Install the Sphinx package and its dependencies from PyPI.
1503
+ Install the Sphinx and blurb packages from PyPI.
1502
1504
1503
1505
Then, from the ``Doc `` directory, run::
1504
1506
@@ -1512,3 +1514,4 @@ see the make targets above).
1512
1514
.. _Pygments : http://pygments.org/
1513
1515
.. _Sphinx : http://sphinx-doc.org/
1514
1516
.. _virtualenv : https://virtualenv.pypa.io/
1517
+ .. _blurb : https://pypi.org/project/blurb/
0 commit comments