File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
{{cookiecutter.project_name}}/docs Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 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
1213help :
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
You can’t perform that action at this time.
0 commit comments