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 ecec483 commit e76e89fCopy full SHA for e76e89f
tox.ini
@@ -116,7 +116,8 @@ changedir = doc
116
# pip install requirements.txt is separate as RTD does it in separate steps
117
# having the requirements.txt installed in deps above results in Double Requirement exception
118
# https://github.com/pypa/pip/issues/988
119
-pip==20.2
+deps =
120
+ pip==20.2
121
commands =
122
pip install --exists-action=w -r requirements.txt
123
sphinx-build -T -W -b html -d _build/doctrees-readthedocs -D language=en . _build/html
0 commit comments