Skip to content

Commit e14ea56

Browse files
committed
start improving the code
1 parent a814255 commit e14ea56

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: docs/Makefile

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Minimal makefile for Sphinx documentation
2-
#
2+
3+
# The default target is "html"
4+
.DEFAULT_GOAL := html
35

46
# You can set these variables from the command line, and also
57
# from the environment for the first two.
@@ -14,6 +16,10 @@ help:
1416

1517
.PHONY: help Makefile
1618

19+
# Default target: build HTML documentation
20+
html:
21+
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
22+
1723
# Catch-all target: route all unknown targets to Sphinx using the new
1824
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1925
%: Makefile

0 commit comments

Comments
 (0)