mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
update Makefile with system agnositc location for poetry binary
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user