Merge "Switch to newer openstackdocstheme and reno versions"

This commit is contained in:
Zuul
2020-06-04 14:04:23 +00:00
committed by Gerrit Code Review
5 changed files with 16 additions and 15 deletions

View File

@@ -38,9 +38,9 @@ html_theme_options = {
}
# openstackdocstheme options
repository_name = 'openstack/blazar'
bug_project = 'blazar'
bug_tag = 'api-ref'
openstackdocs_repo_name = 'openstack/blazar'
openstackdocs_bug_project = 'blazar'
openstackdocs_bug_tag = 'api-ref'
# -- General configuration ------------------------------------------------

View File

@@ -43,9 +43,10 @@ extensions = ['sphinx.ext.autodoc',
]
# openstackdocstheme options
repository_name = 'openstack/blazar'
bug_project = 'blazar'
bug_tag = ''
openstackdocs_repo_name = 'openstack/blazar'
openstackdocs_pdf_link = True
openstackdocs_bug_project = 'blazar'
openstackdocs_bug_tag = ''
wsme_protocols = ['restjson', 'restxml']

View File

@@ -46,7 +46,7 @@ mox3==0.25.0
msgpack==0.5.6
netaddr==0.7.18
netifaces==0.10.6
openstackdocstheme==1.31.2
openstackdocstheme==2.2.1
os-api-ref==1.4.0
os-client-config==1.29.0
oslo.cache==1.29.0
@@ -85,7 +85,7 @@ python-novaclient==9.1.0
python-subunit==1.2.0
pytz==2018.3
PyYAML==3.12
reno==2.5.0
reno==3.1.0
repoze.lru==0.7
requests==2.18.4
requestsexceptions==1.4.0
@@ -96,7 +96,7 @@ simplegeneric==0.8.1
simplejson==3.13.2
six==1.10.0
snowballstemmer==1.2.1
Sphinx==1.8.0
Sphinx==2.0.0
sphinxcontrib-websupport==1.0.1
sqlalchemy-migrate==0.11.0
SQLAlchemy==1.0.10

View File

@@ -41,9 +41,9 @@ extensions = [
]
# openstackdocstheme options
repository_name = 'openstack/blazar'
bug_project = 'blazar'
bug_tag = ''
openstackdocs_repo_name = 'openstack/blazar'
openstackdocs_bug_project = 'blazar'
openstackdocs_bug_tag = ''
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

View File

@@ -13,7 +13,7 @@ oslotest>=3.2.0 # Apache-2.0
oslo.context>=2.19.2 # Apache-2.0
# Documentation
reno>=2.5.0 # Apache-2.0
sphinx>=1.8.0,!=2.1.0 # BSD
openstackdocstheme>=1.31.2 # Apache-2.0
reno>=3.1.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
os-api-ref>=1.4.0 # Apache-2.0