From a791329de3fcb3057a520911576f98167507c53e Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 17 Oct 2022 20:03:33 +1100 Subject: [PATCH] Pin sphinx to 5.2.3 The new 5.3.0 release of Sphinx has started giving circular reference errors on some of the included files. Pin this while we figure it out. Change-Id: I7674eb0e08207e1ec3b3941361d1fae75f124ddd --- doc/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index 6808065ca..4377fe904 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,3 +3,5 @@ sphinxcontrib-blockdiag>=1.1.0 funcparserlib>=1.0.0a0 # https://github.com/blockdiag/blockdiag/pull/148 sphinxcontrib-seqdiag sphinx_rtd_theme +# NOTE(ianw) 2022-10-17 : until we can figure out circular reference errors +sphinx<=5.2.3