summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2020-06-09 15:08:10 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2020-06-15 11:30:02 -0700
commitcf870ae5108d7e0f03bcb2d4c41515b919bc51a6 (patch)
tree44feea3455015dca9e9bde06d0dbed9de5a5aea8 /tox.ini
parent504c52389b3074e3eecfe34c486f60ea1b3d39d7 (diff)
downloadironic-python-agent-cf870ae5108d7e0f03bcb2d4c41515b919bc51a6.tar.gz
Fix apidoc build
Change-Id: Id7c5686cdbdc79812e06eb4a5f87eddc75005cc3
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index de874a72..ea953482 100644
--- a/tox.ini
+++ b/tox.ini
@@ -62,6 +62,8 @@ commands = oslo_debug_helper -t ironic_python_agent/tests/unit {posargs}
[testenv:docs]
setenv = PYTHONHASHSEED=0
sitepackages = False
+deps =
+ -r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -b html doc/source doc/build/html
@@ -69,6 +71,8 @@ commands =
whitelist_externals = make
setenv = PYTHONHASHSEED=0
sitepackages = False
+deps =
+ -r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -b latex doc/source doc/build/pdf
make -C doc/build/pdf