We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d1b27 commit 454d6f5Copy full SHA for 454d6f5
1 file changed
Makefile
@@ -57,7 +57,7 @@ psycopg3/docs/.venv: psycopg3/README.rst
57
58
psycopg3/README.rst:
59
test -d psycopg3/.git \
60
- || git clone -b $(DOC3_BRANCH) https://github.com/psycopg/psycopg.git
+ || git clone -b $(DOC3_BRANCH) https://github.com/psycopg/psycopg.git psycopg3
61
git -C psycopg3 checkout $(DOC3_BRANCH)
62
git -C psycopg3 pull
63
0 commit comments