|
|
@ -30,9 +30,9 @@ author = 'Keyboardio & Friends'
|
|
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
|
|
# ones.
|
|
|
|
# ones.
|
|
|
|
extensions = [
|
|
|
|
extensions = [
|
|
|
|
# 'breathe',
|
|
|
|
'breathe',
|
|
|
|
# 'exhale',
|
|
|
|
'exhale',
|
|
|
|
'recommonmark'
|
|
|
|
'recommonmark'
|
|
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -59,7 +59,7 @@ exhale_args = {
|
|
|
|
"createTreeView": False,
|
|
|
|
"createTreeView": False,
|
|
|
|
# TIP: if using the sphinx-bootstrap-theme, you need
|
|
|
|
# TIP: if using the sphinx-bootstrap-theme, you need
|
|
|
|
# "treeViewIsBootstrap": True,
|
|
|
|
# "treeViewIsBootstrap": True,
|
|
|
|
"exhaleExecutesDoxygen": False,
|
|
|
|
"exhaleExecutesDoxygen": True,
|
|
|
|
"exhaleDoxygenStdin": "INPUT = ../src",
|
|
|
|
"exhaleDoxygenStdin": "INPUT = ../src",
|
|
|
|
"verboseBuild": True
|
|
|
|
"verboseBuild": True
|
|
|
|
}
|
|
|
|
}
|
|
|
|