Skip to content

Commit 7633da2

Browse files
authored
more explicit in windows doc build instructions (matplotlib#23067)
Slightly tweaked the wording so that it repeats that options must be at the end on windows cause the original wording was a bit ambiguous.
1 parent 037fcca commit 7633da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You can use the ``O`` variable to set additional options:
9797
Multiple options can be combined using e.g. ``make O='-j4 -Dplot_gallery=0'
9898
html``.
9999

100-
On Windows, either use the format shown above or set options as environment variables, e.g.:
100+
On Windows, either put the arguments at the end of the statement or set the options as environment variables, e.g.:
101101

102102
.. code-block:: bat
103103

0 commit comments

Comments
 (0)