mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
debug sphinx conf
This commit is contained in:
parent
17abd84fa4
commit
b1f7ad57c3
|
@ -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 ------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user