Update the description of "giturl"

Change-Id: Ie1ae735bd16abd5dba08fdfe27556f7ae0b14f04
This commit is contained in:
zhang.lei 2018-01-16 03:01:10 +00:00 committed by lei zhang
parent 93f717417b
commit e98856b8ae

View File

@ -41,9 +41,9 @@
/* there have been cases where "pagename" wasn't set; better check for it */
{%- if giturl and pagename %}
/* The URL of the source file on Git is based on the giturl variable
in conf.py, which must be manually initialized to the source file
URL in Git.
/* "giturl" is the URL of the source file on Git and is auto-generated by
openstackdocstheme.
"pagename" is a standard sphinx parameter containing the name of
the source file, without extension. */