diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-12-21 14:49:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-21 14:49:28 +0000 |
commit | ea7c2467b1c5d24ac56c41a2ab82355d01cf3cc2 (patch) | |
tree | 244d4400f378a5409932030efc2b1278c8f03042 /docs/Makefile | |
parent | 0a913095a0888f4653e32150f6ffd9cb6a9e01ee (diff) | |
parent | f6465754b6bd3bb547d49fc894553220640c9d71 (diff) |
Merge "Add sphinx build configuration"
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 00000000..aa1d614e --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,20 @@ +# Minimal makefile for Sphinx documentation +# + +# You can set these variables from the command line. +SPHINXOPTS = +SPHINXBUILD = sphinx-build +SPHINXPROJ = QTIP +SOURCEDIR = . +BUILDDIR = _build + +# Put it first so that "make" without argument is like "make help". +help: + @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + +.PHONY: help Makefile + +# Catch-all target: route all unknown targets to Sphinx using the new +# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). +%: Makefile + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
\ No newline at end of file |