File tree Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
python :
8
8
version : 3.8
9
9
install :
10
- - requirements : tools /requirements/docs .txt
10
+ - requirements : docs /requirements.txt
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ recursive-include src/pip/_vendor *LICENSE*
10
10
recursive-include src/pip/_vendor *COPYING*
11
11
12
12
include docs/docutils.conf
13
+ include docs/requirements.txt
13
14
14
15
exclude .coveragerc
15
16
exclude .mailmap
File renamed without changes.
Original file line number Diff line number Diff line change 24
24
"protected-pip" : "tools/tox_pip.py" ,
25
25
}
26
26
REQUIREMENTS = {
27
- "docs" : "tools /requirements/docs .txt" ,
27
+ "docs" : "docs /requirements.txt" ,
28
28
"tests" : "tools/requirements/tests.txt" ,
29
29
"common-wheels" : "tools/requirements/tests-common_wheels.txt" ,
30
30
}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ setenv =
48
48
49
49
[testenv:docs]
50
50
# Don't skip install here since pip_sphinxext uses pip's internals.
51
- deps = -r{toxinidir}/tools /requirements/docs .txt
51
+ deps = -r{toxinidir}/docs /requirements.txt
52
52
basepython = python3
53
53
commands =
54
54
sphinx-build -W -j auto -d {envtmpdir}/doctrees/html -b html docs/html docs/build/html
You can’t perform that action at this time.
0 commit comments