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/ /examples/*/output/
/out/ /out/
/docs/generated /docs/generated
/docs/doxyoutput
/docs/api

@ -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
} }

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

Loading…
Cancel
Save