From 6b97d78ada515926fca01e27bbceb84cf579d3ec Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 13 Jul 2021 02:27:48 +0200 Subject: [PATCH] Fix tox docs build --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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] -- 2.47.3