Use https instead of http for git.openstack.org

TrivialFix

Change-Id: I7c9f2dc507641a03717333a5e0c0479f96379326
This commit is contained in:
gecong1973 2017-02-07 09:19:04 +08:00
parent f836d21031
commit f6b68865e1
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ exclude_patterns = ['_build']
# General information about the project.
project = u'TaskFlow'
copyright = u'%s, OpenStack Foundation' % datetime.date.today().year
source_tree = 'http://git.openstack.org/cgit/openstack/taskflow/tree'
source_tree = 'https://git.openstack.org/cgit/openstack/taskflow/tree'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True