docs: fix path to sphinx
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/Makefile
M doc/Makefile +1 -1
@@ 4,7 4,7 @@ export PATH:=$(PATH):../.tox/py310-sphin
 
 # 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