From 1f7acf2779047f9b5bf39e2de2ecf214c0c678a7 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sat, 15 Jan 2022 21:02:20 +0000 Subject: [PATCH] Documentation: Update sphinx requirement to 4.0.0 --- doc/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index d646d22ce..93d6ea70a 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ # These packages are required for building the documentation. -sphinx>=1.8.2 +sphinx>=4.0.0 sphinx_autodoc_typehints>=1.4.0 -sphinx-rtd-theme>=0.4.3 \ No newline at end of file +sphinx-rtd-theme>=0.4.3