diff options
author | Patrick Lehmann <Patrick.Lehmann@tu-dresden.de> | 2017-03-04 21:20:57 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2017-12-10 12:02:05 +0100 |
commit | 5288726adade7c185f6e444ad63831b1dc12d82a (patch) | |
tree | b9322d86ffcdf534bde18eed7821113969939545 /doc | |
parent | 4459eedc856870f9bc05497d4286c128b269e275 (diff) | |
download | ghdl-5288726adade7c185f6e444ad63831b1dc12d82a.tar.gz ghdl-5288726adade7c185f6e444ad63831b1dc12d82a.tar.bz2 ghdl-5288726adade7c185f6e444ad63831b1dc12d82a.zip |
Debugging RTD directory structure ...
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 3 |
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 ---------------------------------------------- |