From 7d14a6dd086017dc8fdf8d3cf2de0684a8cda142 Mon Sep 17 00:00:00 2001 From: Deb Taylor Date: Tue, 6 Sep 2022 14:06:32 -0600 Subject: [PATCH] update req file Signed-off-by: Deb Taylor --- Documentation/requirements.txt | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Documentation/requirements.txt b/Documentation/requirements.txt index b68ee6901..3a8c012f9 100755 --- a/Documentation/requirements.txt +++ b/Documentation/requirements.txt @@ -1,14 +1,7 @@ -sphinx==1.8.0 -breathe<4.13.0 -sphinx_rtd_theme<1 +sphinx==4.2.0 +breathe==4.29.2 +sphinx_rtd_theme toml>=0.10 # Work around Sphinx/docutils incompatibility, see https://github.com/sphinx-doc/sphinx/issues/9727. # TODO: This shouldn't be necessary once we upgrade to newer Sphinx (Sphinx 4.2.0 is not yet -# compatible with new docutils, but pins the docutils version by itself). -docutils<0.17 - -# jinja 3.1.0 removed quite a few functions used by sphinx -# https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-0 -# https://github.com/pallets/jinja/pull/1544 -jinja2<3.1