We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a9d71 commit 78f6fdfCopy full SHA for 78f6fdf
docs/Makefile
@@ -2,17 +2,13 @@
2
# Makefile for Sphinx docs generation
3
#
4
5
-SPHINXBUILD = sphinx-build
6
BUILDDIR = ./_build
7
HTMLDIR = ${BUILDDIR}/html
8
9
-# Internal variables
10
-ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees .
11
-
12
.PHONY: html
13
html:
14
- @rm -rf $(BUILDDIR)
15
- @$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(HTMLDIR)
16
- @sh munge_links.sh $(HTMLDIR)
17
- @echo
18
- @echo "Build finished. HTML pages available at docs/$(HTMLDIR)."
+ rm -rf $(BUILDDIR)
+ sphinx-build -b html -d $(BUILDDIR)/doctrees . $(HTMLDIR)
+ sh munge_links.sh $(HTMLDIR)
+ @echo "[splunk-sdk] ---"
+ @echo "[splunk-sdk] Build finished. HTML pages available at docs/$(HTMLDIR)."
0 commit comments