From a22611038ea86967163a5a7c11dbfbf847bafee7 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Wed, 20 Sep 2023 14:52:12 -0400 Subject: [PATCH] Disable breathe --- doc/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index a7b73f9..0a517c3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -42,7 +42,7 @@ "sphinx.ext.graphviz", "sphinx.ext.mathjax", "sphinx.ext.todo", - "breathe" + # "breathe" ] # Add any paths that contain templates here, relative to this directory. @@ -225,9 +225,9 @@ # -- Options for Breathe output --------------------------------------------- -breathe_projects = {"HiPerC": "_build/xml"} +# breathe_projects = {"HiPerC": "_build/xml"} -breathe_default_project = "HiPerC" +# breathe_default_project = "HiPerC" # breathe_domain_by_extension = { # "h" : "c",