aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@tu-dresden.de>2017-03-04 21:20:57 +0100
committertgingold <tgingold@users.noreply.github.com>2017-12-10 12:02:05 +0100
commit5288726adade7c185f6e444ad63831b1dc12d82a (patch)
treeb9322d86ffcdf534bde18eed7821113969939545 /doc/conf.py
parent4459eedc856870f9bc05497d4286c128b269e275 (diff)
downloadghdl-5288726adade7c185f6e444ad63831b1dc12d82a.tar.gz
ghdl-5288726adade7c185f6e444ad63831b1dc12d82a.tar.bz2
ghdl-5288726adade7c185f6e444ad63831b1dc12d82a.zip
Debugging RTD directory structure ...
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 49031a031..ca02f8dad 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -153,7 +153,8 @@ try:
with open(prologPath, "r") as prologFile:
rst_prolog = prologFile.read()
except:
- print("[ERROR:] File '{0!s}' nor found.".format(prologPath))
+ print("CWD: " + str(os.getcwd()))
+ print("[ERROR:] File '{0!s}' not found.".format(prologPath))
rst_prolog = ""
# -- Options for HTML output ----------------------------------------------