summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-10-12 15:04:17 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-11-12 17:04:47 +0800
commit5dda8dde84ae3d2536c8b52d80fa13c376ff9229 (patch)
treec341bf4d65e6f0e3e614bb855e4072ae90e5f6d6 /doc
parentdad48cabbe91ab6f4a4c511d39f9bfd5c2c0fc17 (diff)
downloadoslo-utils-5dda8dde84ae3d2536c8b52d80fa13c376ff9229.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: Id5c6afef01c6f38cb72c3a6526352db40dcb3a87
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt2
-rwxr-xr-xdoc/source/conf.py2
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index bff4da3..4bf9a83 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -4,6 +4,6 @@
# this is required for the docs build jobs
sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
+openstackdocstheme>=1.20.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 25a0146..004256b 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -63,8 +63,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