]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Install the pool in the docs environment in editable mode
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 28 Nov 2021 22:49:40 +0000 (23:49 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 28 Nov 2021 22:50:23 +0000 (23:50 +0100)
docs/Makefile

index c85ae657ecd1b649097bae8d5d42817529dcbba0..31ade3f2d35e9fe59c097347f34080b317165d77 100644 (file)
@@ -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).