From 5c558022dea394686e8eb3c47a90a5866f4ae5cc Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 3 Jan 2023 10:03:57 +0100 Subject: [PATCH] requirements/docs.txt: Use current versions of Jinja2 and sphinx (#615) --- requirements/docs.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 29a63fe..e7a7dcc 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,9 +1,5 @@ +Jinja2 +sphinx sphinx_rtd_theme -# Pinned to 1.6.2 due to a bug in 1.6.3. See GitHub PR #270 for details. -# TODO: remove this restriction once 1.6.4 or later is released. -sphinx==1.6.2 -# Pinned to 3.0.3 to prevent an issue with Sphinx -# See https://github.com/PyCQA/pydocstyle/pull/585 -Jinja2==3.0.3 # adding . so that pydocstyle gets installed .