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
55if " %SPHINXBUILD% " == " " (
66 set SPHINXBUILD = sphinx-build
77)
8- set BUILDDIR = _build
9- set ALLSPHINXOPTS = -d %BUILDDIR% /doctrees %SPHINXOPTS% .
8+ set BUILDDIR = .
9+ set ALLSPHINXOPTS = -c %BUILDDIR% - d %BUILDDIR% /doctrees %SPHINXOPTS% . .
1010set I18NSPHINXOPTS = %SPHINXOPTS% .
1111if NOT " %PAPER% " == " " (
1212 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:
279279
280280 .. code-block :: terminal
281281
282- # Linux and macOS
283282 $ cd _build/
284283 $ make html
285284
286- # Windows
287- $ _build\make html
288-
289285 The generated documentation is available in the ``_build/html `` directory.
290286
291287Frequently Asked Questions
You can’t perform that action at this time.
0 commit comments