diff options
author | holgerd77 <Holger.Drewes@gmail.com> | 2017-08-29 01:40:18 +0800 |
---|---|---|
committer | holgerd77 <Holger.Drewes@gmail.com> | 2017-08-30 01:23:44 +0800 |
commit | 60c19d22eb79aed3084ede5d4a0725235376c6b3 (patch) | |
tree | 71ac0d6031e5251cd9ea72ffffd1f17d855f22af /docs/Makefile | |
parent | 953d6f51c3a54bc9015208a258f5a88841d2b919 (diff) | |
download | dexon-tests-60c19d22eb79aed3084ede5d4a0725235376c6b3.tar dexon-tests-60c19d22eb79aed3084ede5d4a0725235376c6b3.tar.gz dexon-tests-60c19d22eb79aed3084ede5d4a0725235376c6b3.tar.bz2 dexon-tests-60c19d22eb79aed3084ede5d4a0725235376c6b3.tar.lz dexon-tests-60c19d22eb79aed3084ede5d4a0725235376c6b3.tar.xz dexon-tests-60c19d22eb79aed3084ede5d4a0725235376c6b3.tar.zst dexon-tests-60c19d22eb79aed3084ede5d4a0725235376c6b3.zip |
Add initial Sphinx docs directory, added docs/_build/ folder to .gitignore
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 000000000..a2921cabd --- /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 = python -msphinx +SPHINXPROJ = EthereumTests +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 |