We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c770918 commit 230e73dCopy full SHA for 230e73d
docs/Makefile
@@ -2,7 +2,7 @@
2
#
3
4
# You can set these variables from the command line.
5
-SPHINXOPTS =
+SPHINXOPTS = -j auto
6
SPHINXBUILD = sphinx-build
7
SPHINXPROJ = adaptive
8
SOURCEDIR = source
@@ -21,8 +21,6 @@ source/_static/logo_docs.png: logo.py
21
logo.py:
22
@echo "never executed"
23
24
-ALLSPHINXOPTS = $(ALLSPHINXOPTS) -j auto
25
-
26
# Catch-all target: route all unknown targets to Sphinx using the new
27
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
28
%: Makefile source/_static/logo_docs.png
0 commit comments