Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3b4014f

Browse filesBrowse 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
Copy full SHA for 3b4014f

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎documenting.rst

Copy file name to clipboardExpand all lines: documenting.rst
+3-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.