Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSC committed Dec 3, 2017
1 parent 06d07d0 commit 8a09dbb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@
#
import os
import subprocess
import sys
sys.path.insert(0, os.path.abspath('.'))
#import sys
#sys.path.insert(0, os.path.abspath('.'))

read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'

print (os.getcwd())

if read_the_docs_build:
subprocess.call('cd ..; ./configure; cd doc; doxygen', shell=True)
#if read_the_docs_build:
subprocess.call('cd ..; ./configure; cd doc; doxygen', shell=True)

# -- General configuration ------------------------------------------------

Expand Down

0 comments on commit 8a09dbb

Please sign in to comment.