Merge "Switch to newer openstackdocstheme and reno versions"

This commit is contained in:
Zuul 2020-07-28 07:23:27 +00:00 committed by Gerrit Code Review
commit fb011dbaa1
2 changed files with 8 additions and 11 deletions

View File

@ -42,13 +42,10 @@ templates_path = ['_templates']
source_suffix = '.rst'
# openstackdocstheme options
repository_name = 'openstack/trove-dashboard'
bug_project = 'trove-dashboard'
bug_tag = ''
# Must set this variable to include year, month, day, hours, and minutes.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
openstackdocs_repo_name = 'openstack/trove-dashboard'
openstackdocs_auto_name = False
openstackdocs_bug_project = 'trove-dashboard'
openstackdocs_bug_tag = ''
# The encoding of source files.
#source_encoding = 'utf-8-sig'
@ -101,7 +98,7 @@ exclude_patterns = []
#show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = 'native'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []

View File

@ -7,11 +7,11 @@ coverage>=3.6
ddt>=0.7.0
python-subunit>=0.0.18
selenium>=2.50.1 # Apache-2.0
sphinx>=1.6.2 # BSD
openstackdocstheme>=1.17.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=1.4.0
# This also needs xvfb library installed on your OS
xvfbwrapper>=0.1.3 #license: MIT
reno>=1.6.2 # Apache2
reno>=3.1.0 # Apache-2.0