summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-06-08 10:36:04 +0000
committerGerrit Code Review <review@openstack.org>2020-06-08 10:36:04 +0000
commitb36a83ec5248b9e4a2306376081d183903745742 (patch)
tree7f6ceec0558c312ef5ab17005e6b729ad507ac33
parentbb6f8f8e05af09f5aa0d44ab19f744a6dc3242e5 (diff)
parentd5f9e98a57ff5b0bd7363f49be8735e4087335ba (diff)
downloadheat-cfntools-b36a83ec5248b9e4a2306376081d183903745742.tar.gz
Merge "Switch to newer openstackdocstheme version"
-rw-r--r--doc/requirements.txt4
-rw-r--r--doc/source/conf.py17
2 files changed, 6 insertions, 15 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 0b15abb..f80adec 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,3 +1,3 @@
-openstackdocstheme>=1.11.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
+openstackdocstheme>=2.2.1 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
sphinxcontrib-httpdomain>=1.7.0
diff --git a/doc/source/conf.py b/doc/source/conf.py
index fa24424..764df86 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -60,15 +60,6 @@ master_doc = 'index'
project = 'heat-cfntools'
copyright = 'OpenStack Foundation'
-# 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.
-#
-# The short X.Y version.
-version = ''
-# The full version, including alpha/beta/rc tags.
-release = ''
-
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
@@ -82,7 +73,7 @@ language = None
exclude_patterns = []
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
# If true, `todo` and `todoList` produce output, else they produce nothing.
# todo_include_todos = False
@@ -114,9 +105,9 @@ html_theme = 'openstackdocs'
# html_sidebars = {}
# -- Options for openstackdocstheme --------------------------------------
-repository_name = 'openstack/heat-cfntools'
-bug_project = '991'
-bug_tag = 'docs'
+openstackdocs_repo_name = 'openstack/heat-cfntools'
+openstackdocs_auto_name = False
+openstackdocs_use_storyboard = True
# -- Options for HTMLHelp output ------------------------------------------