From c950a9d0a06cd1708336ebb2012e39be29e507ee Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Tue, 5 Apr 2022 17:22:35 +0700 Subject: [PATCH] doc/Makefile: fix build with python3-module-sphinx --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 4dc7e78..1f3ea3a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,5 +1,5 @@ SPHINXOPTS = -SPHINXBUILD = sphinx-build +SPHINXBUILD = sphinx-build-3 PAPER = BUILDDIR = _build -- 2.33.0