8000 Remove the 'Without make' section (#327) · AA-Turner/devguide@004fa7a · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 004fa7a

Browse files
authored
Remove the 'Without make' section (python#327)
Explain how to use `sphinx-build` via the command line.
1 parent b6a09a9 commit 004fa7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

documenting.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,13 +1565,13 @@ You can also use ``make help`` to see a list of targets supported by
15651565

15661566
See also :file:`Doc/README.rst` for more information.
15671567

1568+
Using sphinx-build
1569+
------------------
15681570

1569-
Without make
1570-
------------
1571-
1572-
Install the Sphinx, blurb, and python-docs-theme packages from PyPI.
1573-
1574-
Then, from the ``Doc`` directory, run::
1571+
Sometimes we directly want to execute the sphinx-build tool instead of through
1572+
`make` (although the latter is still the preferred way). In this case, you can
1573+
use the following command line from the `Doc` directory (make sure to install
1574+
Sphinx_, blurb_ and python-docs-theme_ packages from PyPI)::
15751575

15761576
sphinx-build -b<builder> . build/<builder>
15771577

0 commit comments

Comments
 (0)
0