From: Daniele Varrazzo Date: Sun, 28 Nov 2021 22:49:40 +0000 (+0100) Subject: Install the pool in the docs environment in editable mode X-Git-Tag: pool-3.1~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4b2f1479da18b73d38b2cc0af00c75d62c32104;p=thirdparty%2Fpsycopg.git Install the pool in the docs environment in editable mode --- diff --git a/docs/Makefile b/docs/Makefile index c85ae657e..31ade3f2d 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] ../psycopg_pool + ./.venv/bin/pip install -e ../psycopg[docs] -e ../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).