diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-10-20 17:10:42 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-10-21 15:44:15 -0400 |
| commit | 8156a19cea72732e95c86b738c8b1c4d2eea7abf (patch) | |
| tree | 7ff48961ed178547cb7e4f61bb8daded76dca322 /api-docs/cppdocs/conf.py | |
| parent | ab3c822b7654661d928db2f66956f69e96dfe6a0 (diff) | |
disable exhale in sphinx
Diffstat (limited to 'api-docs/cppdocs/conf.py')
| -rw-r--r-- | api-docs/cppdocs/conf.py | 17 |
1 files changed, 0 insertions, 17 deletions
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' |
