From: Daniele Varrazzo Date: Sat, 21 Aug 2021 13:02:19 +0000 (+0200) Subject: Update doc building requirements X-Git-Tag: 3.0.dev2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc8fc8f990fbdf0fd152512475db26080104b564;p=thirdparty%2Fpsycopg.git Update doc building requirements Drop requirement file from makefile, long gone. Update furo, as the theme selector was broken. --- diff --git a/docs/Makefile b/docs/Makefile index e63cf1834..b141b20fc 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -20,7 +20,7 @@ serve: env: .venv -.venv: requirements.txt +.venv: $(PYTHON) -m venv .venv ./.venv/bin/pip install -e ../psycopg[docs] diff --git a/psycopg/setup.py b/psycopg/setup.py index 75715c4b8..958e70e1d 100644 --- a/psycopg/setup.py +++ b/psycopg/setup.py @@ -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", ],