summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2022-12-14 15:00:41 +0000
committerOlly Cope <olly@ollycope.com>2022-12-14 15:00:41 +0000
commit462bb4b67d313c5780a70c04e4a14d284860c675 (patch)
treecc0c71aa4d652f327124494daa29ae59740ec5c5
parent4fac6d9d9bffc79a63406b4918a3f06486687a0d (diff)
downloadyoyo-master.tar.gz
docs: fix path to sphinxHEADmaster
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index c97ae1c..36f85f3 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -4,7 +4,7 @@ export PATH:=$(PATH):../.tox/py310-sphinx/bin/
# You can set these variables from the command line.
SPHINXOPTS =
-SPHINXBUILD = ../.tox/py310-sphinx/bin/sphinx-build
+SPHINXBUILD = ../.tox/py311-sphinx/bin/sphinx-build
SPHINXPROJ = yoyo-migrations
SOURCEDIR = .
BUILDDIR = _build