Fix the incorrect git.openstack.org source URL

Docs that do not locate in doc/source directoy, after clicking the
bug report button of the docs.o.o pages, the pre-filled information
contains a incorrect git.openstack.org source URL. According to
openstackdocstheme[1], we should set "giturl" option in the "conf.py"
file of these docs.

[1]https://github.com/openstack/openstackdocstheme/blob/master/openstackdocstheme/__init__.py#L104

Change-Id: Id488f46922985663d86d43302dd0d431d94bcf7f
Related-Bug: #1732630
This commit is contained in:
lei zhang 2018-01-09 07:52:15 +00:00
parent 4eeffab026
commit 1224e4a2ae
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ version = ''
repository_name = 'openstack/monitorstack'
bug_project = 'monitorstack'
bug_tag = ''
giturl = u'https://git.openstack.org/cgit/openstack/monitorstack/tree/releasenotes/source' # noqa
html_last_updated_fmt = '%Y-%m-%d %H:%M'