10000 correct windows sphinx build docs by story645 · Pull Request #23640 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

correct windows sphinx build docs #23640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions doc/devel/documenting_mpl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ it, use

make SPHINXOPTS= html

On Windows the arguments must be at the end of the statement:

.. code-block:: bat

make html SPHINXOPTS=

You can use the ``O`` variable to set additional options:

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

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

.. code-block:: bat

set O=-W --keep-going -j4
make html

Showing locally built docs
--------------------------
Expand Down
0