From 5288726adade7c185f6e444ad63831b1dc12d82a Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 4 Mar 2017 21:20:57 +0100 Subject: Debugging RTD directory structure ... --- doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ---------------------------------------------- -- cgit v1.2.3