aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 434e4d73..612c7c7e 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -34,6 +34,7 @@ import bibstyle
extensions = [
'sphinx.ext.mathjax',
'sphinxcontrib.bibtex',
+ 'breathe',
]
# Add any paths that contain templates here, relative to this directory.
@@ -346,3 +347,7 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
+
+breathe_projects = {
+ "cpp_stuff":"../build/xml/",
+}