Skip to content
Snippets Groups Projects
Commit 0f9e615b authored by Marek Vavruša's avatar Marek Vavruša
Browse files

doc: rtd doxygen search

parent c36a876f
No related merge requests found
......@@ -5,7 +5,9 @@ import sys, os, re, subprocess
# -- General configuration -----------------------------------------------------
if os.environ.get('READTHEDOCS', None) == 'True':
subprocess.call('doxygen')
sys.path.append('..')
sys.path.append('../../')
subprocess.call("cd %s; doxygen" % os.getcwd(), shell=True)
# Add any Sphinx extension module names here, as strings.
extensions = ['sphinx.ext.todo', 'sphinx.ext.viewcode', 'breathe']
......
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