From 8156a19cea72732e95c86b738c8b1c4d2eea7abf Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 20 Oct 2020 17:10:42 -0400 Subject: disable exhale in sphinx --- api-docs/cppdocs/conf.py | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'api-docs/cppdocs/conf.py') diff --git a/api-docs/cppdocs/conf.py b/api-docs/cppdocs/conf.py index c7e9e594..5add6f9a 100644 --- a/api-docs/cppdocs/conf.py +++ b/api-docs/cppdocs/conf.py @@ -57,29 +57,12 @@ extensions = [ 'sphinx.ext.autosummary', 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode', - 'exhale', 'breathe' ] breathe_projects = { "bncpp": "./xml/" } breathe_default_project = "bncpp" - -exhale_args = { - # These arguments are required - "containmentFolder": "api", - "rootFileName": "library_root.rst", - "rootFileTitle": "Library API", - "doxygenStripFromPath": apipath, - # Suggested optional arguments - "createTreeView": True, - # TIP: if using the sphinx-bootstrap-theme, you need - # "treeViewIsBootstrap": True, - "exhaleExecutesDoxygen": False - #"exhaleUseDoxyfile": True - #"exhaleDoxygenStdin": "INPUT = ../include" -} - # Tell sphinx what the primary language being documented is. primary_domain = 'cpp' -- cgit v1.3.1