Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d434dbd + e095672 commit 98b1f82Copy full SHA for 98b1f82
doc/devel/documenting_mpl.rst
@@ -91,14 +91,14 @@ You can use the ``O`` variable to set additional options:
91
* ``make O=-j4 html`` runs a parallel build with 4 processes.
92
* ``make O=-Dplot_formats=png:100 html`` saves figures in low resolution.
93
94
-Multiple options can be combined, e.g. ``make O='-j4 -Dplot_gallery=0'
+Multiple options can be combined, e.g. ``make O='-j4 -Dplot_formats=png:100'
95
html``.
96
97
On Windows, set the options as environment variables, e.g.:
98
99
.. code-block:: bat
100
101
- set SPHINXOPTS= & set O=-j4 -Dplot_gallery=0 & make html
+ set SPHINXOPTS= & set O=-j4 -Dplot_formats=png:100 & make html
102
103
Showing locally built docs
104
--------------------------
0 commit comments