From a4b2f1479da18b73d38b2cc0af00c75d62c32104 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 28 Nov 2021 23:49:40 +0100 Subject: [PATCH] Install the pool in the docs environment in editable mode --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.47.2