]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: upgrade sphinx version to build docs
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 18 Jul 2022 13:28:30 +0000 (14:28 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 18 Jul 2022 23:41:33 +0000 (00:41 +0100)
The version of furo used is not compatible with the newly available
Sphinx.

psycopg/setup.py

index 435d51f77fd8a3a7ef4bef40562698ccb345a880..bb22995954071372a887f13265be3216fdfb147f 100644 (file)
@@ -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",
     ],