aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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