Skip to content

Commit 230e73d

Browse files
committed
Set the Shpinx options in the correct place
1 parent c770918 commit 230e73d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS =
5+
SPHINXOPTS = -j auto
66
SPHINXBUILD = sphinx-build
77
SPHINXPROJ = adaptive
88
SOURCEDIR = source
@@ -21,8 +21,6 @@ source/_static/logo_docs.png: logo.py
2121
logo.py:
2222
@echo "never executed"
2323

24-
ALLSPHINXOPTS = $(ALLSPHINXOPTS) -j auto
25-
2624
# Catch-all target: route all unknown targets to Sphinx using the new
2725
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
2826
%: Makefile source/_static/logo_docs.png

0 commit comments

Comments
 (0)