From af2de88ff6e8c0520e102c73029bbee2dfe5826f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 18 Feb 2017 06:58:29 +0100 Subject: doc/conf.py: add traces to investigate RTD builds. --- doc/conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/conf.py') 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" -- cgit v1.2.3