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 5f8e652 commit 9adc922Copy full SHA for 9adc922
_build/Makefile
@@ -5,12 +5,12 @@
5
SPHINXOPTS =
6
SPHINXBUILD = sphinx-build
7
PAPER =
8
-BUILDDIR = _build
+BUILDDIR = .
9
10
# Internal variables.
11
PAPEROPT_a4 = -D latex_paper_size=a4
12
PAPEROPT_letter = -D latex_paper_size=letter
13
-ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
+ALLSPHINXOPTS = -c $(BUILDDIR) -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) ../
14
# the i18n builder cannot share the environment and doctrees with the others
15
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
16
0 commit comments