Merge "Switch to newer openstackdocstheme and reno versions"

This commit is contained in:
Zuul 2020-06-05 16:53:01 +00:00 committed by Gerrit Code Review
commit 23f958a011
3 changed files with 13 additions and 12 deletions

View File

@ -55,7 +55,7 @@ add_function_parentheses = True
add_module_names = True add_module_names = True
# The name of the Pygments (syntax highlighting) style to use. # The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx' pygments_style = 'native'
# -- Options for HTML output -------------------------------------------------- # -- Options for HTML output --------------------------------------------------
@ -83,9 +83,10 @@ latex_documents = [
# intersphinx_mapping = {'http://docs.python.org/': None} # intersphinx_mapping = {'http://docs.python.org/': None}
# openstackdocstheme options # openstackdocstheme options
repository_name = 'openstack/tripleo-ansible' openstackdocs_repo_name = 'openstack/tripleo-ansible'
bug_project = 'tripleo' openstackdocs_auto_name = False
bug_tag = 'documentation' openstackdocs_bug_project = 'tripleo'
openstackdocs_bug_tag = 'documentation'
needed_module_utils = [ needed_module_utils = [
'baremetal_deploy', 'baremetal_deploy',

View File

@ -15,10 +15,9 @@ netaddr
jinja2>=2.8.0,<3 jinja2>=2.8.0,<3
# this is required for the docs build jobs # this is required for the docs build jobs
sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD sphinx>=2.0.0,!=2.1.0 # BSD
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD openstackdocstheme>=2.2.1 # Apache-2.0
openstackdocstheme>=1.29.2 # Apache-2.0 reno>=3.1.0 # Apache-2.0
reno>=2.11.3 # Apache-2.0
doc8>=0.8.0 # Apache-2.0 doc8>=0.8.0 # Apache-2.0
bashate>=0.6.0 # Apache-2.0 bashate>=0.6.0 # Apache-2.0
metalsmith>=0.13.0 # Apache-2.0 metalsmith>=0.13.0 # Apache-2.0

View File

@ -88,7 +88,7 @@ exclude_patterns = []
#show_authors = False #show_authors = False
# The name of the Pygments (syntax highlighting) style to use. # 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. # A list of ignored prefixes for module index sorting.
#modindex_common_prefix = [] #modindex_common_prefix = []
@ -264,6 +264,7 @@ texinfo_documents = [
locale_dirs = ['locale/'] locale_dirs = ['locale/']
# openstackdocstheme options # openstackdocstheme options
repository_name = 'openstack/tripleo-ansible' openstackdocs_repo_name = 'openstack/tripleo-ansible'
bug_project = 'tripleo' openstackdocs_auto_name = False
bug_tag = 'documentation' openstackdocs_bug_project = 'tripleo'
openstackdocs_bug_tag = 'documentation'