Skip to content

Commit 3b4014f

Browse files
authored
Reference python-docs-theme when building docs without make
Only merge once python/cpython#2017 has been merged.
1 parent e5d5d55 commit 3b4014f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documenting.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ below. You can view the documentation after building the HTML by pointing
14681468
a browser at the file :file:`Doc/build/html/index.html`.
14691469

14701470
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
1471+
Sphinx_, blurb_, and python-docs-theme_ on your system or in a virtualenv_ (which can be
14721472
created using ``make venv``), so that the Makefile can find the
14731473
``sphinx-build`` command. You can also specify the location of
14741474
``sphinx-build`` with the ``SPHINXBUILD`` :command:`make` variable.
@@ -1500,7 +1500,7 @@ See also :file:`Doc/README.rst` for more information.
15001500
Without make
15011501
------------
15021502

1503-
Install the Sphinx and blurb packages from PyPI.
1503+
Install the Sphinx_, blurb_, and python-docs-theme_ packages from PyPI.
15041504

15051505
Then, from the ``Doc`` directory, run::
15061506

@@ -1515,3 +1515,4 @@ see the make targets above).
15151515
.. _Sphinx: http://sphinx-doc.org/
15161516
.. _virtualenv: https://virtualenv.pypa.io/
15171517
.. _blurb: https://pypi.org/project/blurb/
1518+
.. _python-docs-theme: https://pypi.org/project/python-docs-theme/

0 commit comments

Comments
 (0)