summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-06-02 13:50:00 +0200
committerAndreas Jaeger <aj@suse.com>2020-06-02 13:52:02 +0200
commit02a28cce854664f0e808fab2607503d1c9a90e25 (patch)
treea7738c3ce53abcdca71667caf2d87bfd851e4045 /releasenotes
parent45348742e13352ad5a4c553b27f611c7de37cf28 (diff)
downloadstevedore-02a28cce854664f0e808fab2607503d1c9a90e25.tar.gz
Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Disable openstackdocs_auto_name to use 'project' variable as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Ie53af423c56f3355e7e911e6f2efd6c73c6d57c5
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py14
1 files changed, 5 insertions, 9 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index ec88d0c..e59270e 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -40,10 +40,10 @@ extensions = [
]
# openstackdocstheme options
-repository_name = 'openstack/stevedore'
-bug_project = 'python-stevedore'
-bug_tag = ''
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
+openstackdocs_repo_name = 'openstack/stevedore'
+openstackdocs_auto_name = False
+openstackdocs_bug_project = 'python-stevedore'
+openstackdocs_bug_tag = ''
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -98,7 +98,7 @@ exclude_patterns = []
# show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []
@@ -147,10 +147,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 = '%b %d, %Y'
-
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
# html_use_smartypants = True