File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1565,13 +1565,13 @@ You can also use ``make help`` to see a list of targets supported by
1565
1565
1566
1566
See also :file: `Doc/README.rst ` for more information.
1567
1567
1568
+ Using sphinx-build
1569
+ ------------------
1568
1570
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)::
1575
1575
1576
1576
sphinx-build -b<builder> . build/<builder>
1577
1577
You can’t perform that action at this time.
0 commit comments