From 13cf43618108503e813a6b8447778dc15250a7b2 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Fri, 22 Sep 2023 15:09:59 -0700 Subject: [PATCH] Switch to sphinx-build The build_sphinx command has long since replaced with sphinx-build. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7a2208b5..f8fddff9 100644 --- a/tox.ini +++ b/tox.ini @@ -65,7 +65,7 @@ commands = [testenv:docs] deps = -r{toxinidir}/doc/requirements.txt commands= - python setup.py build_sphinx + sphinx-build doc/source doc/build [flake8] # [H106] Don't put vim configuration in source files.