summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2022-10-05 13:11:39 +0000
committerOlly Cope <olly@ollycope.com>2022-10-05 13:11:39 +0000
commit2046656a656222747d67432e9b8bdec1ae243cb7 (patch)
tree787ee112d536b858b6bab8d68d4125878b399ef3
parent22ad39fe64638603ddd2d2b62092a3b1fa8673ff (diff)
downloadyoyo-2046656a656222747d67432e9b8bdec1ae243cb7.tar.gz
docs: update path to sphinx binary
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 01b46c1..2070e97 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
-SPHINXBUILD = ../.tox/py37-sphinx/bin/sphinx-build
+SPHINXBUILD = ../.tox/py310-sphinx/bin/sphinx-build
SPHINXPROJ = yoyo-migrations
SOURCEDIR = .
BUILDDIR = _build