From 17abd84fa428ae60dc2bf4e4e03c87f9b8450cfc Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Mon, 26 Oct 2015 11:17:16 -0400 Subject: [PATCH] debug sphinx conf --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 051b2fbb..9cf67b04 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,6 +24,8 @@ import shlex on_rtd = os.environ.get('READTHEDOCS', None) == 'True' if on_rtd: + print(os.getcwd()) + print(' '.join(os.listdir())) from subprocess import call call('doxygen Doxyfile')