Merge "Bump openstackdocstheme to 1.20.0"

This commit is contained in:
Zuul 2019-07-02 14:59:28 +00:00 committed by Gerrit Code Review
commit 163f4e4a6e
2 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# 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>=1.18.1 # Apache-2.0
openstackdocstheme>=1.20.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD

View File

@ -91,7 +91,6 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'keystone'
copyright = u'2012, OpenStack Foundation'
# The language for content autogenerated by Sphinx. Refer to documentation
@ -175,11 +174,6 @@ html_theme = 'openstackdocs'
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
# html_last_updated_fmt = '%b %d, %Y'
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
# html_use_smartypants = True