From 5caf52253ef2f39f6dd063ac0326f1c5d662eb52 Mon Sep 17 00:00:00 2001 From: qiufossen Date: Tue, 16 Jul 2019 04:15:26 -0400 Subject: [PATCH] Bump openstackdocstheme to 1.20.0 Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: If67269dd4cbdb6c3b22312caf7b7f86f11ed61b6 --- doc/requirements.txt | 2 +- doc/source/conf.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 0b18c1d..4fbe7f7 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,4 +2,4 @@ # push that content due to some global check. 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 -openstackdocstheme>=1.18.1 # Apache-2.0 +openstackdocstheme>=1.20.0 # Apache-2.0 diff --git a/doc/source/conf.py b/doc/source/conf.py index 315c6db..eb5d1a2 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -38,10 +38,10 @@ master_doc = 'index' # openstackdocstheme options repository_name = 'openstack/paunch' bug_project = 'paunch' -bug_tag = 'docs' +bug_tag = '' # General information about the project. -project = u'paunch' + copyright = u'2016, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. @@ -62,15 +62,15 @@ html_theme = 'openstackdocs' # html_static_path = ['static'] # Output file base name for HTML help builder. -htmlhelp_basename = '%sdoc' % project +htmlhelp_basename = 'paunchdoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass # [howto/manual]). latex_documents = [ ('index', - '%s.tex' % project, - u'%s Documentation' % project, + 'paunch.tex', + u'paunch Documentation', u'OpenStack Foundation', 'manual'), ]