Commit 46b6e4b5 authored by Victor Zverovich's avatar Victor Zverovich

Run doxygen on ReadTheDocs.

parent d91a66e1
......@@ -25,6 +25,9 @@ import sys, os, re
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
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.ifconfig', 'breathe']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment