summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-10-12 14:58:52 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-10-12 14:58:52 +0800
commit6c5995a952f87d642d5df4003ed7dae60798d712 (patch)
treee209c015ffdcad6fc5aee2f6460e34d1bce34438
parent42b9d6ac70fc05cc30cda7fb0b17402d9b5246c9 (diff)
downloadoslo-rootwrap-6c5995a952f87d642d5df4003ed7dae60798d712.tar.gz
Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: Ie89fa05774e224a9b8c05f0442fda7592df9aa5d
-rw-r--r--doc/requirements.txt2
-rwxr-xr-xdoc/source/conf.py2
-rw-r--r--lower-constraints.txt2
-rw-r--r--releasenotes/source/conf.py16
-rw-r--r--test-requirements.txt1
5 files changed, 2 insertions, 21 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 117073f..7b1970d 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# These are needed for docs generation
-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,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
reno>=2.5.0 # Apache-2.0
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 78c3455..171ad87 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -64,8 +64,6 @@ pygments_style = 'sphinx'
# html_static_path = ['static']
html_theme = 'openstackdocs'
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
-
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 32d7eaf..b96903f 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -21,7 +21,7 @@ MarkupSafe==1.0
mccabe==0.2.1
mock==2.0.0
mox3==0.20.0
-openstackdocstheme==1.18.1
+openstackdocstheme==1.20.0
os-client-config==1.28.0
oslotest==3.2.0
pbr==2.0.0
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 4f62334..de6b5ff 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -57,7 +57,6 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'oslo.rootwrap Release Notes'
copyright = u'2016, oslo.rootwrap Developers'
# Release notes do not need a version in the title, they span
@@ -146,10 +145,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 = '%Y-%m-%d %H:%M'
-
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
# html_use_smartypants = True
@@ -193,17 +188,6 @@ htmlhelp_basename = 'oslo.rootwrapReleaseNotesDoc'
# -- 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]).
diff --git a/test-requirements.txt b/test-requirements.txt
index a568462..02e4738 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,7 +9,6 @@ testtools>=2.2.0 # MIT
stestr>=2.0.0 # Apache-2.0
# this is required for the docs build jobs
-openstackdocstheme>=1.18.1 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0