summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-16 16:13:11 +0000
committerGerrit Code Review <review@openstack.org>2019-08-16 16:13:11 +0000
commit90c6872615273f54c1555aaab5882ba4c12e0309 (patch)
tree567b53e07d6f3b95614486bf848bc770d483e2bb
parent3e4eda0e835fd0411685523d98b635a9995fb1e8 (diff)
parentf7d8334829c926636aef469ccff45230bdc1dc7d (diff)
downloadkeystonemiddleware-90c6872615273f54c1555aaab5882ba4c12e0309.tar.gz
Merge "Bump the openstackdocstheme extension to 1.20"
-rw-r--r--doc/requirements.txt2
-rw-r--r--doc/source/conf.py14
-rw-r--r--releasenotes/source/conf.py17
3 files changed, 1 insertions, 32 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index f38f978..42dda5b 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -4,7 +4,7 @@
# For generating sphinx documentation
doc8>=0.6.0 # Apache-2.0
-openstackdocstheme>=1.18.1 # Apache-2.0
+openstackdocstheme>=1.20.0 # Apache-2.0
reno>=2.5.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,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 9e8aaff..b97fbbc 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -71,18 +71,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = 'keystonemiddleware'
copyright = 'OpenStack Contributors'
-# The version info for the project you're documenting, acts as replacement for
-# |version| and |release|, also used in various other places throughout the
-# built documents.
-version_info = pbr.version.VersionInfo('keystonemiddleware')
-# The short X.Y version.
-version = version_info.version_string()
-# The full version, including alpha/beta/rc tags.
-release = version_info.release_string()
-
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None
@@ -163,10 +153,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 = '%Y-%m-%d %H:%M'
-
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
#html_use_smartypants = True
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index ea5e540..1be30eb 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -54,7 +54,6 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'keystonemiddleware Release Notes'
copyright = u'2015, Keystone Developers'
# Release notes do not need a version number in the title, they
@@ -143,11 +142,6 @@ html_static_path = ['_static']
# directly to the root of the documentation.
# html_extra_path = []
-# 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
@@ -191,17 +185,6 @@ htmlhelp_basename = 'keystonemiddlewareReleaseNotesdoc'
# -- Options for LaTeX output ---------------------------------------------
-latex_elements = {
- # The paper size ('letterpaper' or 'a4paper').
- # 'papersize': 'letterpaper',
-
- # The font size ('10pt', '11pt' or '12pt').
- # 'pointsize': '10pt',
-
- # Additional stuff for the LaTeX preamble.
- # 'preamble': '',
-}
-
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).