From: Daniele Varrazzo Date: Sat, 21 Aug 2021 20:56:33 +0000 (+0200) Subject: Fix building pool docs X-Git-Tag: 3.0.dev2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2af7b142a75a7e1bca4d153229ddf64dff633c;p=thirdparty%2Fpsycopg.git Fix building pool docs --- diff --git a/docs/Makefile b/docs/Makefile index b141b20fc..c85ae657e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -22,7 +22,7 @@ env: .venv .venv: $(PYTHON) -m venv .venv - ./.venv/bin/pip install -e ../psycopg[docs] + ./.venv/bin/pip install -e ../psycopg[docs] ../psycopg_pool # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).