From 462bb4b67d313c5780a70c04e4a14d284860c675 Mon Sep 17 00:00:00 2001 From: Olly Cope Date: Wed, 14 Dec 2022 15:00:41 +0000 Subject: docs: fix path to sphinx --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1