Skip to content

Commit

Permalink
Added requirements.txt to doc build environment (#14171)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
emanlove authored Jun 22, 2024
1 parent 00f6b7c commit da71ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ skip_install = true
deps =
Jinja2==3.0.3
Sphinx==1.8.2
-r requirements.txt

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

Expand Down

0 comments on commit da71ba3

Please sign in to comment.