summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-12-02 19:49:49 +0000
committerGerrit Code Review <review@openstack.org>2019-12-02 19:49:49 +0000
commit98d32e085ae904c8d454916694be6ee154a9dea3 (patch)
treefe8ad7969bc1f537e46280b02cb602182a4ab32b
parent77d513e568b62fa47a79c06bfd8f83005c7c0bbb (diff)
parent8fc7612079c5eb26f961779c4382a94ab822a412 (diff)
downloadoslo-policy-98d32e085ae904c8d454916694be6ee154a9dea3.tar.gz
Merge "Bump the openstackdocstheme extension to 1.20"
-rw-r--r--doc/requirements.txt2
-rw-r--r--doc/source/conf.py1
-rw-r--r--lower-constraints.txt2
-rw-r--r--releasenotes/source/conf.py13
4 files changed, 2 insertions, 16 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index cef9853..970dcf6 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.
-openstackdocstheme>=1.18.1 # Apache-2.0
+openstackdocstheme>=1.20.0 # Apache-2.0
sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 0a9e203..f7095d2 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -33,7 +33,6 @@ extensions = [
repository_name = 'openstack/oslo.policy'
bug_project = 'oslo.policy'
bug_tag = ''
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.
diff --git a/lower-constraints.txt b/lower-constraints.txt
index d6d0429..7717f7b 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -25,7 +25,7 @@ mox3==0.20.0
msgpack-python==0.4.0
netaddr==0.7.18
netifaces==0.10.4
-openstackdocstheme==1.18.1
+openstackdocstheme==1.20.0
os-client-config==1.28.0
oslo.config==5.2.0
oslo.context==2.22.0
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 7f70376..5084a9d 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -43,7 +43,6 @@ extensions = [
repository_name = 'openstack/oslo.policy'
bug_project = 'oslo.policy'
bug_tag = ''
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -58,7 +57,6 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'oslo.policy Release Notes'
copyright = u'2016, oslo.policy Developers'
# Release notes do not need a version in the title, they span
@@ -194,17 +192,6 @@ htmlhelp_basename = 'oslo.policyReleaseNotesDoc'
# -- 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]).