From 76b93274e84d193647387f43ec2c655c1eaeb40b Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 13 Apr 2020 13:04:36 +0200 Subject: [PATCH] use latest sphinx -- seems to work again --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index a1d26c4a1..3309b08a3 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -47,7 +47,7 @@ commands = [testenv:doc] changedir=doc deps = - sphinx==2.2.0 + sphinx breathe commands = sphinx-build -Q -w toxdoc-warnings.log -b html . _build/html