Skip to content

Commit

Permalink
Attempt to fix RTD integration [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Apr 27, 2015
1 parent bfd2ed4 commit a4a1400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/conf.py
Expand Up @@ -38,6 +38,7 @@
read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'

if read_the_docs_build:
print os.getcwd()
subprocess.call('cd ../..; doxygen Doxyfile', shell=True)

breathe_projects = {
Expand Down

0 comments on commit a4a1400

Please sign in to comment.