File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -120,16 +120,17 @@ you*. To build the devguide on a Unix-like system use::
120
120
121
121
$ make html
122
122
123
- in the checkout directory. On Windows use:
123
+ in the checkout directory. On Windows use:
124
124
125
125
.. code-block :: doscon
126
126
127
127
> .\make html
128
128
129
- You will find the generated files in ``_build/html ``. Note that ``make check ``
130
- runs automatically when you submit a :doc: `pull request <pullrequest >`. You may
131
- wish to run ``make check `` and ``make linkcheck `` to make sure that it runs
132
- without errors.
129
+ You will find the generated files in ``_build/html `` or, if you use
130
+ ``make htmlview ``, the docs will be opened in a browser once the build
131
+ completes. Note that ``make check `` runs automatically when you submit
132
+ a :doc: `pull request <pullrequest >`. You may wish to run ``make check ``
133
+ and ``make linkcheck `` to make sure that it runs without errors.
133
134
134
135
.. _separate repository :
135
136
.. _devguide repo : https://github.com/python/devguide
Original file line number Diff line number Diff line change @@ -1544,7 +1544,9 @@ Using make / make.bat
1544
1544
make venv
1545
1545
make html
1546
1546
1547
- or alternatively ``make -C Doc/ venv html ``.
1547
+ or alternatively ``make -C Doc/ venv html ``. ``htmlview `` can be used
1548
+ instead of ``html `` to conveniently open the docs in a browser once the
1549
+ build completes.
1548
1550
1549
1551
You can also use ``make help `` to see a list of targets supported by
1550
1552
:command: `make `. Note that ``make check `` is automatically run when
You can’t perform that action at this time.
0 commit comments