File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ docker-ensure-up:
29
29
printf " \rWaiting for Splunk for %s seconds..." $$ i; \
30
30
sleep 1; \
31
31
done
32
+
32
33
.PHONY : docker-start
33
34
docker-start : docker-up docker-ensure-up
34
35
Original file line number Diff line number Diff line change 1
- # Makefile for Sphinx documentation
1
+ #
2
+ # Makefile for Sphinx docs generation
2
3
#
3
4
4
- # You can set these variables from the command line.
5
- SPHINXBUILD = sphinx-build
6
- BUILDDIR = ./_build
7
- HTMLDIR = ${BUILDDIR}/html
5
+ SPHINXBUILD = sphinx-build
6
+ BUILDDIR = ./_build
7
+ HTMLDIR = ${BUILDDIR}/html
8
8
9
- # Internal variables.
10
- ALLSPHINXOPTS = -d $(BUILDDIR ) /doctrees .
9
+ # Internal variables
10
+ ALLSPHINXOPTS = -d $(BUILDDIR ) /doctrees .
11
11
12
12
.PHONY : html
13
13
html :
14
14
@rm -rf $(BUILDDIR )
15
15
@$(SPHINXBUILD ) -b html $(ALLSPHINXOPTS ) $(HTMLDIR )
16
16
@sh munge_links.sh $(HTMLDIR )
17
17
@echo
18
- @echo " Build finished. HTML pages available at docs/$( HTMLDIR) ."
18
+ @echo " Build finished. HTML pages available at docs/$( HTMLDIR) ."
You can’t perform that action at this time.
0 commit comments