From: Daniele Varrazzo Date: Mon, 25 Oct 2021 10:14:40 +0000 (+0100) Subject: Bump sphinx to 4.2 to build docs X-Git-Tag: 3.0.2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=497486560aed88d9ebdb9b038e2dae1872c32f33;p=thirdparty%2Fpsycopg.git Bump sphinx to 4.2 to build docs Version 4.1 has problems with Python 3.10 --- diff --git a/psycopg/setup.py b/psycopg/setup.py index c3cd7250a..5f14bcb1d 100644 --- a/psycopg/setup.py +++ b/psycopg/setup.py @@ -55,7 +55,7 @@ extras_require = { ], # Requirements needed to build the documentation "docs": [ - "Sphinx >= 4.1, < 4.2", + "Sphinx ~= 4.2, < 4.3", "docutils >= 0.17, < 0.18", "furo >= 2021.9.8", "sphinx-autobuild >= 2021.3.14",