Fix docs job

Seems to be a requirement mismatch issue, also switched to storyboard
for generated bug link.

Change-Id: Ibf1f3be40e0ecd5d80451ce93f7e296e21ad180e
This commit is contained in:
Kaifeng Wang 2019-04-12 15:11:36 +08:00
parent 110ec01268
commit ae24da6d5c
3 changed files with 4 additions and 3 deletions

View File

@ -95,5 +95,5 @@ latex_documents = [
# openstackdocstheme options
repository_name = 'openstack/ironic-inspector-specs'
bug_project = 'ironic-inspector'
bug_tag = ''
use_storyboard = True

View File

@ -1,4 +1,4 @@
pbr!=2.1.0,>=2.0.0
sphinx!=1.6.6,<1.7.0,>=1.6.2 # BSD
sphinx!=1.6.6,>=1.6.2 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
yasfb>=0.5.1

View File

@ -6,6 +6,7 @@ envlist = pep8,docs
usedevelop = True
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
[testenv:venv]
basepython = python3