From 47116a4682edb1f22d00da06802cc3eff40bf5bd Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 30 May 2019 18:39:05 +0100 Subject: Update documentation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3