summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Zimmermann <monochromec@gmail.com>2023-10-26 15:21:11 +0200
committerChristoph Zimmermann <monochromec@gmail.com>2023-10-26 15:21:11 +0200
commitcfd1e142b04661590278f032f1b654270b748748 (patch)
treef3610cc67eac9082d8db8214b80875e2eb29bfae
parente5453163064137d422a9d6b8a6573b3085cf8643 (diff)
Fixed SPHINXBUILD variable to reflect PATH settings
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 75bae57f..30485295 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
-SPHINXBUILD = ../venv/bin/sphinx-build
+SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build