Merge "Switch to newer openstackdocstheme and reno versions"

This commit is contained in:
Zuul 2020-05-28 23:15:17 +00:00 committed by Gerrit Code Review
commit feae563269
6 changed files with 19 additions and 21 deletions

View File

@ -57,9 +57,9 @@ master_doc = 'index'
copyright = u'OpenStack Foundation'
# openstackdocstheme options
repository_name = 'openstack/cinder'
bug_project = 'cinder'
bug_tag = 'api-ref'
openstackdocs_repo_name = 'openstack/cinder'
openstackdocs_bug_project = 'cinder'
openstackdocs_bug_tag = 'api-ref'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -88,7 +88,7 @@ add_module_names = False
show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = 'native'
# -- Options for man page output ----------------------------------------------

View File

@ -1,9 +1,9 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
openstackdocstheme>=2.0.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=2.0.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
reno>=3.1.0 # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
os-api-ref>=1.5.0 # Apache-2.0
sphinxcontrib-apidoc>=0.2.0 # BSD
sphinx-feature-classification>=0.1.0 # Apache 2.0

View File

@ -85,9 +85,10 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
repository_name = 'openstack/cinder'
bug_project = 'cinder'
bug_tag = 'doc'
openstackdocs_repo_name = 'openstack/cinder'
openstackdocs_bug_project = 'cinder'
openstackdocs_bug_tag = 'doc'
openstackdocs_pdf_link = True
copyright = u'2010-present, OpenStack Foundation'
# The language for content autogenerated by Sphinx. Refer to documentation
@ -120,7 +121,7 @@ add_module_names = False
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 = ['cinder.']

View File

@ -61,7 +61,6 @@ netaddr==0.7.19
netifaces==0.10.7
networkx==1.11
oauth2client==1.5.0
openstackdocstheme==2.0.0
os-api-ref==1.4.0
os-brick==2.2.0
os-client-config==1.29.0
@ -120,7 +119,7 @@ python-swiftclient==3.2.0
pytz==2013.6
pyudev==0.21.0
PyYAML==5.1
reno==2.5.0
reno==3.1.0
repoze.lru==0.7
requests==2.14.2
requestsexceptions==1.4.0
@ -132,9 +131,6 @@ rtslib-fb==2.1.65
six==1.10.0
smmap2==2.0.3
snowballstemmer==1.2.1
Sphinx==2.0.0
sphinx-feature-classification==0.1.0
sphinxcontrib-websupport==1.0.1
sqlalchemy-migrate==0.11.0
SQLAlchemy==1.3.0
SQLAlchemy-Utils==0.36.1

View File

@ -52,10 +52,11 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
repository_name = 'openstack/cinder'
bug_project = 'cinder'
bug_tag = 'doc'
openstackdocs_repo_name = 'openstack/cinder'
openstackdocs_bug_project = 'cinder'
openstackdocs_bug_tag = 'doc'
project = u'Cinder Release Notes'
openstackdocs_auto_name = False
copyright = u'2015, Cinder Developers'
# Release notes are version independent, no need to set version and release
@ -92,7 +93,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

@ -23,5 +23,5 @@ oslo.versionedobjects[fixtures]>=1.31.2 # Apache-2.0
# so we need to pin it here to a known working version
bandit==1.6.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
reno>=3.1.0 # Apache-2.0
Pygments>=2.2.0 # BSD license