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 41f3831 commit 3439817Copy full SHA for 3439817
Makefile
@@ -1,17 +1,16 @@
1
# Makefile for Sphinx documentation
2
-
3
SHELL = bash
4
.DEFAULT_GOAL = all
5
6
# You can set these variables from the command line.
7
-SPHINXOPTS =
+SPHINXOPTS ?=
+PAPER ?=
8
+
9
+# Internal variables.
10
SPHINXBUILD = $(realpath bin/sphinx-build)
11
SPHINXAUTOBUILD = $(realpath bin/sphinx-autobuild)
-PAPER =
12
DOCS_DIR = ./docs/
13
BUILDDIR = ../_build/
14
-# Internal variables.
15
PAPEROPT_a4 = -D latex_paper_size=a4
16
PAPEROPT_letter = -D latex_paper_size=letter
17
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
0 commit comments