Skip to content

Moving from make.py to Makefile for sphinx-build #9712

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 11 commits into from
Prev Previous commit
Next Next commit
DOC FIX doc build options
  • Loading branch information
NelleV committed Nov 7, 2017
commit 0dadf739fd4d13f68b5e3a1d2b63d84648c6433c
6 changes: 3 additions & 3 deletions doc/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ generated.

You can build the documentation with several options:

* `--small` saves figures in low resolution.
* `--allowsphinxwarnings`: Don't turn Sphinx warnings into errors.
* `-n N` enables parallel build of the documentation using N process.
* `make html-noplot` doesn't save the gallery's images. Allows for fast build.
* `make html-allow-warnings`: Don't turn Sphinx warnings into errors.
* `make -j N` enables parallel build of the documentation using N process.

Organization
-------------
Expand Down