From: Daniele Varrazzo Date: Mon, 18 Jul 2022 13:28:30 +0000 (+0100) Subject: docs: upgrade sphinx version to build docs X-Git-Tag: 3.1~45^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eda12fbf3b419581ce381b0a49e31aaafef2e6c;p=thirdparty%2Fpsycopg.git docs: upgrade sphinx version to build docs The version of furo used is not compatible with the newly available Sphinx. --- 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", ],