Merge "Switch to newer openstackdocstheme and reno versions"

This commit is contained in:
Zuul 2020-05-29 18:59:56 +00:00 committed by Gerrit Code Review
commit 7d03b2b2f4
5 changed files with 15 additions and 15 deletions

View File

@ -3,8 +3,8 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
# For generationg sphinx documentation # For generationg sphinx documentation
openstackdocstheme>=2.0.0 # Apache-2.0 openstackdocstheme>=2.2.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0 reno>=3.1.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD sphinx>=2.0.0,!=2.1.0 # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD sphinxcontrib-apidoc>=0.2.0 # BSD

View File

@ -101,7 +101,7 @@ add_module_names = True
#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 = ['keystoneauth1.'] modindex_common_prefix = ['keystoneauth1.']
@ -237,6 +237,8 @@ intersphinx_mapping = {
} }
# -- Options for openstackdocstheme ------------------------------------------- # -- Options for openstackdocstheme -------------------------------------------
repository_name = 'openstack/keystoneauth' openstackdocs_repo_name = 'openstack/keystoneauth'
bug_project = 'keystoneauth' openstackdocs_pdf_link = True
bug_tag = 'doc' openstackdocs_auto_name = False
openstackdocs_bug_project = 'keystoneauth'
openstackdocs_bug_tag = 'doc'

View File

@ -30,7 +30,6 @@ netaddr==0.7.19
netifaces==0.10.6 netifaces==0.10.6
oauthlib==0.6.2 oauthlib==0.6.2
openstack-requirements==1.2.0 openstack-requirements==1.2.0
openstackdocstheme==2.0.0
os-client-config==1.29.0 os-client-config==1.29.0
os-service-types==1.2.0 os-service-types==1.2.0
oslo.config==5.2.0 oslo.config==5.2.0
@ -49,7 +48,7 @@ python-mimeparse==1.6.0
python-subunit==1.2.0 python-subunit==1.2.0
pytz==2018.3 pytz==2018.3
PyYAML==3.12 PyYAML==3.12
reno==2.5.0 reno==3.1.0
requests-kerberos==0.8.0 requests-kerberos==0.8.0
requests-mock==1.2.0 requests-mock==1.2.0
requests==2.14.2 requests==2.14.2
@ -58,8 +57,6 @@ rfc3986==1.1.0
six==1.10.0 six==1.10.0
smmap2==2.0.3 smmap2==2.0.3
snowballstemmer==1.2.1 snowballstemmer==1.2.1
Sphinx==2.0.0
sphinxcontrib-websupport==1.0.1
stestr==1.0.0 stestr==1.0.0
stevedore==1.20.0 stevedore==1.20.0
testrepository==0.0.20 testrepository==0.0.20

View File

@ -97,7 +97,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 = []
@ -273,6 +273,7 @@ texinfo_documents = [
locale_dirs = ['locale/'] locale_dirs = ['locale/']
# -- Options for openstackdocstheme ------------------------------------------- # -- Options for openstackdocstheme -------------------------------------------
repository_name = 'openstack/keystoneauth' openstackdocs_repo_name = 'openstack/keystoneauth'
bug_project = 'keystoneauth' openstackdocs_auto_name = False
bug_tag = 'doc' openstackdocs_bug_project = 'keystoneauth'
openstackdocs_bug_tag = 'doc'

View File

@ -15,7 +15,7 @@ oslo.config>=5.2.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0
betamax>=0.7.0 # Apache-2.0 betamax>=0.7.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0 reno>=3.1.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0 requests-mock>=1.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD testresources>=2.0.0 # Apache-2.0/BSD