From 7544f8f511391452ad91b66ff2ccc6b4f2730a2e Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 28 Sep 2021 11:56:42 +0100 Subject: [PATCH] requirements: Bump doc requirements We were suggesting we supported positively ancient versions of Sphinx and reno in particular. Bump these. Signed-off-by: Stephen Finucane --- docs/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e2641c8f..f17cb789 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ -sphinx>=2.0 -reno>=2.2 -sphinx_rtd_theme~=0.5.0 -jinja2~=2.11.2 +sphinx>=4.2.0 +reno>=3.4.0 +sphinx-rtd-theme~=1.0 +jinja2~=3.0 sphinxcontrib-openapi~=0.7.0 -- 2.47.3