attempt to turn on exhale for readthedocs. It's -really- slow.

pull/785/head
Jesse Vincent 5 years ago
parent 017254ab48
commit ef1b2ce8f5
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

2
.gitignore vendored

@ -4,3 +4,5 @@
/examples/*/output/
/out/
/docs/generated
/docs/doxyoutput
/docs/api

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

@ -1 +1,3 @@
sphinx>=2.0
breathe>=4.13.0
exhale

Loading…
Cancel
Save