From 9094df7bc7c8a0fd1544994ec925f93487f4084d Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 23 Aug 2023 18:20:19 +0000 Subject: [PATCH] build(python): pin `sphinx` to 7.1.2 --- python/tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index 99fd0c703..0521a23f8 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -59,7 +59,8 @@ commands = [testenv:doc] changedir=doc deps = - sphinx +# Pinned due to incompatibility of breathe with sphinx 7.2: + sphinx<=7.1.2 breathe commands = sphinx-build -Q -w toxdoc-warnings.log -b html . _build/html