diff options
Diffstat (limited to 'api-docs')
| -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' |
