File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
contributing/documentation Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ REM Command file for Sphinx documentation
5
5
if " %SPHINXBUILD% " == " " (
6
6
set SPHINXBUILD = sphinx-build
7
7
)
8
- set BUILDDIR = _build
9
- set ALLSPHINXOPTS = -d %BUILDDIR% /doctrees %SPHINXOPTS% .
8
+ set BUILDDIR = .
9
+ set ALLSPHINXOPTS = -c %BUILDDIR% - d %BUILDDIR% /doctrees %SPHINXOPTS% . .
10
10
set I18NSPHINXOPTS = %SPHINXOPTS% .
11
11
if NOT " %PAPER% " == " " (
12
12
set ALLSPHINXOPTS = -D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
Original file line number Diff line number Diff line change @@ -279,13 +279,9 @@ purposes following these steps:
279
279
280
280
.. code-block :: terminal
281
281
282
- # Linux and macOS
283
282
$ cd _build/
284
283
$ make html
285
284
286
- # Windows
287
- $ _build\make html
288
-
289
285
The generated documentation is available in the ``_build/html `` directory.
290
286
291
287
Frequently Asked Questions
You can’t perform that action at this time.
0 commit comments