Skip to content

Commit da71ba3

Browse files
authored
Added requirements.txt to doc build environment (#14171)
For the API documentation as sphinx autogenerates the api docs from the code it needs the dependent Python packages. This change adds those to the tox docs build environment.
1 parent 00f6b7c commit da71ba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: py/tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ skip_install = true
66
deps =
77
Jinja2==3.0.3
88
Sphinx==1.8.2
9+
-r requirements.txt
910

1011
commands = sphinx-build -b html -d ../build/docs/doctrees docs/source ../build/docs/api/py {posargs}
1112

0 commit comments

Comments
 (0)