Merge "Switch to newer openstackdocstheme and reno versions"

This commit is contained in:
Zuul 2020-08-29 08:57:59 +00:00 committed by Gerrit Code Review
commit e149e47d65
4 changed files with 15 additions and 14 deletions

View File

@ -49,7 +49,7 @@ add_function_parentheses = True
add_module_names = True
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = 'native'
# -- Options for HTML output --------------------------------------------------
@ -77,9 +77,9 @@ latex_documents = [
# -- Options for openstackdocstheme ---------------------------------------
repository_name = 'openstack/python-masakariclient'
bug_project = 'python-masakariclient'
bug_tag = ''
openstackdocs_repo_name = 'openstack/python-masakariclient'
openstackdocs_bug_project = 'python-masakariclient'
openstackdocs_bug_tag = ''
# -- Options for cliff.sphinxext plugin ---------------------------------------
autoprogram_cliff_application = 'openstack'

View File

@ -31,7 +31,7 @@ msgpack-python==0.4.0
munch==2.1.0
netaddr==0.7.18
netifaces==0.10.4
openstackdocstheme==1.18.1
openstackdocstheme==2.2.1
openstacksdk==0.13.0
os-client-config==1.28.0
os-service-types==1.2.0
@ -49,14 +49,14 @@ python-mimeparse==1.6.0
python-subunit==1.0.0
pytz==2013.6
PyYAML==3.12
reno==2.5.0
reno==3.1.0
requests-mock==1.2.0
requests==2.14.2
requestsexceptions==1.2.0
simplejson==3.5.1
six==1.10.0
snowballstemmer==1.2.1
Sphinx==1.6.2
Sphinx==2.0.0
sphinxcontrib-websupport==1.0.1
stestr==1.0.0
stevedore==1.20.0

View File

@ -98,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 = []
@ -193,9 +193,10 @@ htmlhelp_basename = 'MasakariClientReleaseNotesdoc'
# -- Options for openstackdocstheme ---------------------------------------
repository_name = 'openstack/python-masakariclient'
bug_project = 'python-masakariclient'
bug_tag = ''
openstackdocs_repo_name = 'openstack/python-masakariclient'
openstackdocs_bug_project = 'python-masakariclient'
openstackdocs_bug_tag = ''
openstackdocs_auto_name = False
# -- Options for LaTeX output ---------------------------------------------

View File

@ -7,13 +7,13 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.0.1 # MIT
python-subunit>=1.0.0 # Apache-2.0/BSD
openstackdocstheme>=1.18.1 # Apache-2.0
openstackdocstheme>=2.2.1 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinx>=2.0.0,!=2.1.0 # BSD
stestr>=1.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
# releasenotes
reno>=2.5.0 # Apache-2.0
reno>=3.1.0 # Apache-2.0