diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-03-19 16:55:02 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2019-03-19 16:55:02 +0000 |
commit | 91ac62b7069222c7cdb7e6777a3bdbda65383757 (patch) | |
tree | f2c1ec590888068f951b12b07d761d62c42a54e4 /docs/Makefile | |
parent | 99bd0d80ab7bb445b6c50fd32ab55508da5297e7 (diff) | |
download | framework-91ac62b7069222c7cdb7e6777a3bdbda65383757.tar.gz framework-91ac62b7069222c7cdb7e6777a3bdbda65383757.tar.bz2 framework-91ac62b7069222c7cdb7e6777a3bdbda65383757.tar.xz framework-91ac62b7069222c7cdb7e6777a3bdbda65383757.zip |
initial sphinx doc
Diffstat (limited to 'docs/Makefile')
-rwxr-xr-x | docs/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile new file mode 100755 index 0000000..4801716 --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,19 @@ +# Minimal makefile for Sphinx documentation +# + +# You can set these variables from the command line. +SPHINXOPTS = +SPHINXBUILD = sphinx-build +SOURCEDIR = source +BUILDDIR = docs/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 |