# HG changeset patch # User Olly Cope # Date 1671030041 0 # Wed Dec 14 15:00:41 2022 +0000 # Node ID 5875ba420a0e3e08c3f9b7022c821af0ee5659f7 # Parent d97b12b299a394ca6fe70bcca8f7e152ca91da86 docs: fix path to sphinx diff --git a/doc/Makefile b/doc/Makefile --- a/doc/Makefile +++ b/doc/Makefile @@ -4,7 +4,7 @@ # 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