Run doxygen on ReadTheDocs.

This commit is contained in:
Victor Zverovich 2014-07-26 21:12:48 -07:00
parent d91a66e1c5
commit 46b6e4b52c

View File

@ -25,6 +25,9 @@ import sys, os, re
sys.path.append("../breathe") sys.path.append("../breathe")
if os.environ.get('READTHEDOCS', None) == 'True':
subprocess.call('doxygen')
# Add any Sphinx extension module names here, as strings. They can be extensions # Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.ifconfig', 'breathe'] extensions = ['sphinx.ext.ifconfig', 'breathe']