Skip to content

Commit

Permalink
Use -r instead of -c paradigm @ tox build-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 10, 2020
1 parent afabcea commit f3c86fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Expand Up @@ -251,8 +251,11 @@ basepython = python3
depends =
make-changelog
deps =
-r{toxinidir}/docs/requirements.in
-c{toxinidir}/docs/requirements.txt
-r{toxinidir}/docs/requirements.txt
# FIXME: re-enable the "-r" + "-c" paradigm once the pip bug is fixed.
# Ref: https://github.com/pypa/pip/issues/9243
# -r{toxinidir}/docs/requirements.in
# -c{toxinidir}/docs/requirements.txt
description = Build The Docs
commands =
# Retrieve possibly missing commits:
Expand Down

0 comments on commit f3c86fc

Please sign in to comment.