File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,12 @@ it, use
111
111
.. code-block :: sh
112
112
113
113
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=
114
120
115
121
You can use the ``O `` variable to set additional options:
116
122
@@ -121,8 +127,12 @@ You can use the ``O`` variable to set additional options:
121
127
Multiple options can be combined using e.g. ``make O='-j4 -Dplot_gallery=0'
122
128
html ``.
123
129
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
126
136
127
137
.. _writing-rest-pages :
128
138
You can’t perform that action at this time.
0 commit comments