aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 7c119edcf..6f7af9c0a 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -61,6 +61,9 @@ def _IsUnderGitControl():
def _LatestTagName():
return check_output(["git", "describe", "--abbrev=0", "--tags"], universal_newlines=True).strip()
+print "file:" + __file__
+print "cwd:" + os.getcwd()
+
try:
if _IsUnderGitControl:
latestTagName = _LatestTagName()[1:] # remove prefix "v"