From 497486560aed88d9ebdb9b038e2dae1872c32f33 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 25 Oct 2021 11:14:40 +0100 Subject: [PATCH] Bump sphinx to 4.2 to build docs Version 4.1 has problems with Python 3.10 --- psycopg/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.47.2