From 609ea1f1b56afa109e200b5f606386ecc937e93e Mon Sep 17 00:00:00 2001 From: "luke.li" Date: Thu, 2 Nov 2017 16:25:20 +0800 Subject: [PATCH] Update docs config for linters Change-Id: Ide22db072f9260a2e76bf4a90570575a5acc5e51 --- releasenotes/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index b2fbfcc1a4..11df357985 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -64,7 +64,9 @@ target_name = u'openstack-ansible' title = u'OpenStack-Ansible Release Notes' # The link to the browsable source code (for the left hand menu) -oslosphinx_cgit_link = 'https://git.openstack.org/cgit/openstack/' + target_name +oslosphinx_cgit_link = ( + "https://git.openstack.org/cgit/openstack/{}".format(target_name) +) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the