Skip to content

Commit f1c63a5

Browse files
committed
Update deps
1 parent 8ccb5ff commit f1c63a5

File tree

1 file changed

+6
-7
lines changed
  • {{cookiecutter.project_name}}/docs

1 file changed

+6
-7
lines changed

{{cookiecutter.project_name}}/docs/Makefile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS = -W
6-
SPHINXBUILD = python -msphinx
7-
SPHINXPROJ = {{cookiecutter.project_name}}
8-
SOURCEDIR = .
9-
BUILDDIR = _build
5+
SPHINXOPTS = -W
6+
SPHINXBUILD = python -msphinx
7+
SPHINXPROJ = {{cookiecutter.project_name}}
8+
SOURCEDIR = .
9+
BUILDDIR = _build
1010

1111
# Put it first so that "make" without argument is like "make help".
12+
.PHONY: help
1213
help:
1314
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
1415

15-
.PHONY: help Makefile
16-
1716
# Catch-all target: route all unknown targets to Sphinx using the new
1817
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1918
%: Makefile

0 commit comments

Comments
 (0)