aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-05-30 18:39:05 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-05-30 18:39:05 +0100
commit47116a4682edb1f22d00da06802cc3eff40bf5bd (patch)
tree1f8bcbb1b86e112eefed5a6dd4fe0ea1541183d7 /Makefile
parentMerge branch 'master' of github.com:GjjvdBurg/PyGenSVM (diff)
downloadpygensvm-47116a4682edb1f22d00da06802cc3eff40bf5bd.tar.gz
pygensvm-47116a4682edb1f22d00da06802cc3eff40bf5bd.zip
Update documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 134fcbe..7dc84b5 100644
--- a/Makefile
+++ b/Makefile
@@ -62,5 +62,5 @@ dist2: ## Make Python 2 source distribution
python2 setup.py sdist
docs: doc
-doc: install ## Build documentation with Sphinx
- $(MAKE) -C $(DOC_DIR) html
+doc: ## Build documentation with Sphinx
+ poetry run $(MAKE) -C $(DOC_DIR) html