diff mbox series

[2/6] requirements: Bump doc requirements

Message ID 20210930105518.487744-2-stephen@that.guru
State Accepted
Headers show
Series [1/6] Revert "docs: prevent build error by rolling back Sphinx version" | expand

Commit Message

Stephen Finucane Sept. 30, 2021, 10:55 a.m. UTC
We were suggesting we supported positively ancient versions of Sphinx
and reno in particular. Bump these.

Signed-off-by: Stephen Finucane <stephen@that.guru>
---
 docs/requirements.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git docs/requirements.txt docs/requirements.txt
index e2641c8f..f17cb789 100644
--- docs/requirements.txt
+++ 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