aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-02-18 06:58:29 +0100
committerTristan Gingold <tgingold@free.fr>2017-02-18 06:58:29 +0100
commitaf2de88ff6e8c0520e102c73029bbee2dfe5826f (patch)
treeb20848376673a7118b06b5a0bc34647837df671d /doc/conf.py
parent3c932cbf751653e90cc8c3bc266cf4312e50e449 (diff)
downloadghdl-af2de88ff6e8c0520e102c73029bbee2dfe5826f.tar.gz
ghdl-af2de88ff6e8c0520e102c73029bbee2dfe5826f.tar.bz2
ghdl-af2de88ff6e8c0520e102c73029bbee2dfe5826f.zip
doc/conf.py: add traces to investigate RTD builds.
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"