8000 Merge branch 'winbuild' of github.com:story645/matplotlib · matplotlib/matplotlib@05241d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05241d1

Browse files
committed
Merge branch 'winbuild' of github.com:story645/matplotlib
2 parents a3d7a42 + 28c3b4f commit 05241d1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ it, use
111111
.. code-block:: sh
112112
113113
make SPHINXOPTS= html
114+
115+
On Windows the arguments must be at the end of the statement:
116+
117+
.. code-block:: bat
118+
119+
make html SPHINXOPTS=
114120
115121
You can use the ``O`` variable to set additional options:
116122

@@ -121,8 +127,12 @@ You can use the ``O`` variable to set additional options:
121127
Multiple options can be combined using e.g. ``make O='-j4 -Dplot_gallery=0'
122128
html``.
123129

124-
On Windows, options needs to be set as environment variables, e.g. ``set O=-W
125-
--keep-going -j4 & make html``.
130+
On Windows, either use the format shown above or set options as environment variables, e.g.:
131+
132+
.. code-block:: bat
133+
134+
set O=-W --keep-going -j4
135+
make html
126136
127137
.. _writing-rest-pages:
128138

0 commit comments

Comments
 (0)
0