debug sphinx conf

This commit is contained in:
Thomas Fussell 2015-10-26 11:21:15 -04:00
parent 17abd84fa4
commit b1f7ad57c3

View File

@ -24,10 +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')
call('doxygen Doxyfile', shell=True)
# -- General configuration ------------------------------------------------