Skip to content

Commit

Permalink
Build doxygen in local builds too
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Sep 19, 2020
1 parent 16ad468 commit 87ba178
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
import subprocess
import os

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

if read_the_docs_build:
subprocess.call('cd ..; mkdir -p build/html/doxygen/; doxygen; cp -r build/html/doxygen source/_static/', shell=True)
subprocess.call('cd ..; mkdir -p build/html/doxygen/; doxygen; cp -r build/html/doxygen source/_static/', shell=True)

# -- Project information -----------------------------------------------------
project = u'GTSAM'
Expand Down

0 comments on commit 87ba178

Please sign in to comment.