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