summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2019-03-19 16:56:29 +0000
committerGitHub <noreply@github.com>2019-03-19 16:56:29 +0000
commitd108cd7e9652992001a116347941eda7e75b3301 (patch)
tree7d1e7bc91a40f7ce43d9c554a20005d5973aca84 /docs/Makefile
parent824663d20ea31d49ee5771c7c3f7925f8487ac0e (diff)
parent91ac62b7069222c7cdb7e6777a3bdbda65383757 (diff)
downloadframework-d108cd7e9652992001a116347941eda7e75b3301.tar.gz
framework-d108cd7e9652992001a116347941eda7e75b3301.tar.bz2
framework-d108cd7e9652992001a116347941eda7e75b3301.tar.xz
framework-d108cd7e9652992001a116347941eda7e75b3301.zip
Merge pull request #227 from vais-ral/docs
initial sphinx doc
Diffstat (limited to 'docs/Makefile')
-rwxr-xr-xdocs/Makefile19
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