From 2eda12fbf3b419581ce381b0a49e31aaafef2e6c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 18 Jul 2022 14:28:30 +0100 Subject: [PATCH] docs: upgrade sphinx version to build docs The version of furo used is not compatible with the newly available Sphinx. --- psycopg/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psycopg/setup.py b/psycopg/setup.py index 435d51f77..bb2299595 100644 --- a/psycopg/setup.py +++ b/psycopg/setup.py @@ -55,8 +55,8 @@ extras_require = { ], # Requirements needed to build the documentation "docs": [ - "Sphinx >= 4.2", - "furo == 2021.11.23", + "Sphinx >= 5.0", + "furo == 2022.6.21", "sphinx-autobuild >= 2021.3.14", "sphinx-autodoc-typehints >= 1.12", ], -- 2.47.2