move file

pull/1197/head
Jeff Becker 4 years ago
parent 00814d1a12
commit 53f0dd49e0
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -40,11 +40,23 @@ release = ''
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['breathe']
extensions = ['breathe', 'exhale']
breathe_projects = { "lokinet": "@CMAKE_CURRENT_BINARY_DIR@/doxyxml/" }
breathe_default_project = "lokinet"
breathe_domain_by_extension = {"h" : "cpp", "hpp": "cpp"}
exhale_args = {
# These arguments are required
"containmentFolder": "./api",
"rootFileName": "lokinet.rst",
"rootFileTitle": "lokinet internals",
"doxygenStripFromPath": "..",
# Suggested optional arguments
"createTreeView": True,
# TIP: if using the sphinx-bootstrap-theme, you need
# "treeViewIsBootstrap": True,
}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -78,7 +90,7 @@ default_role = 'cpp:any'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Loading…
Cancel
Save