From: Daniele Varrazzo Date: Tue, 13 Jul 2021 00:27:48 +0000 (+0200) Subject: Fix tox docs build X-Git-Tag: 3.0.dev1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b97d78ada515926fca01e27bbceb84cf579d3ec;p=thirdparty%2Fpsycopg.git Fix tox docs build --- diff --git a/tox.ini b/tox.ini index 3eea52300..df240b322 100644 --- a/tox.ini +++ b/tox.ini @@ -20,8 +20,7 @@ skip_install = true [testenv:docs] commands = sphinx-build -W -T -b html docs docs/_build/html deps = - ./psycopg - -r docs/requirements.txt + ./psycopg[docs] skip_install = true [flake8]