Skip to content

Commit 7fec0d8

Browse files
committed
Align all the =
1 parent 983e6e2 commit 7fec0d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Makefile for Sphinx documentation
22

3-
SHELL=bash
4-
.DEFAULT_GOAL = all
3+
SHELL = bash
4+
.DEFAULT_GOAL = all
55

66
# 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/
7+
SPHINXOPTS =
8+
SPHINXBUILD = $(realpath bin/sphinx-build)
9+
SPHINXAUTOBUILD = $(realpath bin/sphinx-autobuild)
10+
PAPER =
11+
DOCS_DIR = ./docs/
12+
BUILDDIR = ../_build/
1313

1414
# Internal variables.
1515
PAPEROPT_a4 = -D latex_paper_size=a4

0 commit comments

Comments
 (0)