8000 working windows built docs · story645/matplotlib@dce9582 · GitHub
[go: up one dir, main page]

Skip to content

Commit dce9582

Browse files
authored
working windows built docs
edited it so at least the docs are now accurate, hopefully once matplotlib#23634 goes in, either as part of that PR or new one the docs can be amended yet again to add > On Windows, either put the arguments at the end of the statement or set the options as environment variables, e.g.: ```bat set O=-W --keep-going -j4 & make html ```
1 parent a68f21f commit dce9582

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ it, use
8282
8383
make SPHINXOPTS= html
8484
85-
On Windows the arguments must be at the end of the statement:
86-
87-
.. code-block:: bat
88-
89-
make html SPHINXOPTS=
90-
9185
You can use the ``O`` variable to set additional options:
9286

9387
* ``make O=-j4 html`` runs a parallel build with 4 processes.
@@ -97,12 +91,8 @@ You can use the ``O`` variable to set additional options:
9791
Multiple options can be combined using e.g. ``make O='-j4 -Dplot_gallery=0'
9892
html``.
9993

100-
On Windows, either put the arguments at the end of the statement or set the options as environment variables, e.g.:
94+
On Windows, edit the :file:`doc/make.bat` to enable flags.
10195

102-
.. code-block:: bat
103-
104-
set O=-W --keep-going -j4
105-
make html
10696

10797
Showing locally built docs
10898
--------------------------

0 commit comments

Comments
 (0)
0