]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Update doc building requirements
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 21 Aug 2021 13:02:19 +0000 (15:02 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 21 Aug 2021 13:23:00 +0000 (15:23 +0200)
Drop requirement file from makefile, long gone.
Update furo, as the theme selector was broken.

docs/Makefile
psycopg/setup.py

index e63cf1834839a6eb681480e3c3e59fc18d4a5052..b141b20fc6e7a4fce35b96d35a3e01601ccd4972 100644 (file)
@@ -20,7 +20,7 @@ serve:
 
 env: .venv
 
-.venv: requirements.txt
+.venv:
        $(PYTHON) -m venv .venv
        ./.venv/bin/pip install -e ../psycopg[docs]
 
index 75715c4b8d6ffdff0e8cebb4952617397b78a4fa..958e70e1d2bba854ed9bf7c142bd8f8b9d204063 100644 (file)
@@ -51,7 +51,7 @@ extras_require = {
     "docs": [
         "Sphinx >= 4.1, < 4.2",
         "docutils >= 0.17, < 0.18",
-        "furo >= 2021.7.5b38",
+        "furo >= furo-2021.8.17b43",
         "sphinx-autobuild >= 2021.3.14",
         "sphinx-autodoc-typehints >= 1.12, < 1.13",
     ],