Go to the source code of this file.
Namespaces | |
| conf | |
Functions | |
| def | conf.setup (app) |
Variables | |
| string | conf.author = 'Wageningen University' |
| string | conf.breathe_default_project = "Fields2Cover" |
| dictionary | conf.breathe_projects = {"Fields2Cover": "../build/docs/doc_doxygen/xml/index.xml"} |
| string | conf.copyright = '2020-2024, Wageningen University' |
| list | conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| dictionary | conf.exhale_args |
| list | conf.extensions |
| string | conf.github_url = 'https://www.github.com/Fields2Cover/Fields2Cover' |
| string | conf.highlight_language = 'cpp' |
| string | conf.html_baseurl = 'https://fields2cover.github.io/' |
| string | conf.html_favicon = "figures/favicon/favicon.ico" |
| string | conf.html_logo = "figures/logo_fields2cover.png" |
| string | conf.html_theme = 'sphinx_rtd_theme' |
| dictionary | conf.html_theme_options |
| string | conf.primary_domain = 'cpp' |
| string | conf.project = 'Fields2Cover' |
| string | conf.release = 'latest' |
| list | conf.source_suffix = [".rst", ".md"] |
| list | conf.templates_path = ['_templates'] |