]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix building pool docs
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 21 Aug 2021 20:56:33 +0000 (22:56 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 21 Aug 2021 20:56:44 +0000 (22:56 +0200)
docs/Makefile

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