aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2017-12-13 14:05:01 -0500
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2017-12-13 14:05:01 -0500
commit5bd930af4a910a34951e93cbb0ad7bb399052752 (patch)
treea2997867bb50c1cc642ed7aeb2c474b8a24d2abd /docs/Makefile
parentadd requirements file (diff)
downloadpygensvm-5bd930af4a910a34951e93cbb0ad7bb399052752.tar.gz
pygensvm-5bd930af4a910a34951e93cbb0ad7bb399052752.zip
Manually generate restructured text for class documentation
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index ac6c1f0..3e676b0 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -17,4 +17,5 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
+ python ./generate_autodocs.py
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)