update Makefile with system agnositc location for poetry binary

This commit is contained in:
Lucy Cifferello
2022-02-15 12:30:21 -07:00
parent 268bf1c4af
commit c38d5c1a0c
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# You can set these variables from the command line.
POETRY = $(HOME)/.poetry/bin/poetry
POETRY = $(shell which poetry)
SPHINXOPTS = -j auto
SPHINXBUILD = $(POETRY) run sphinx-build
PAPER =