Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98b1f82

Browse files
authored
Merge pull request #24339 from timhoffm/doc-build
DOC: Minor cleanup in "Writing documentation"
2 parents d434dbd + e095672 commit 98b1f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ You can use the ``O`` variable to set additional options:
9191
* ``make O=-j4 html`` runs a parallel build with 4 processes.
9292
* ``make O=-Dplot_formats=png:100 html`` saves figures in low resolution.
9393

94-
Multiple options can be combined, e.g. ``make O='-j4 -Dplot_gallery=0'
94+
Multiple options can be combined, e.g. ``make O='-j4 -Dplot_formats=png:100'
9595
html``.
9696

9797
On Windows, set the options as environment variables, e.g.:
9898

9999
.. code-block:: bat
100100
101-
set SPHINXOPTS= & set O=-j4 -Dplot_gallery=0 & make html
101+
set SPHINXOPTS= & set O=-j4 -Dplot_formats=png:100 & make html
102102
103103
Showing locally built docs
104104
--------------------------

0 commit comments

Comments
 (0)