Skip to content
Snippets Groups Projects
Unverified Commit 2253a17f authored by Lukas Kugler's avatar Lukas Kugler Committed by GitHub
Browse files

Update conf.py

parent 4120133b
No related branches found
No related tags found
No related merge requests found
# Configuration file for the Sphinx documentation builder. # Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Project information ----------------------------------------------------- # -- Project information
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'DART-WRF' project = 'DART-WRF'
copyright = '2023, Lukas Kugler' copyright = '2023, Lukas Kugler'
author = 'Lukas Kugler' author = 'Lukas Kugler'
release = '2023.2.17' release = '2023.2.17'
# -- General configuration --------------------------------------------------- # -- General configuration
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = [] extensions = [
'sphinx.ext.duration',
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
]
templates_path = ['_templates'] intersphinx_mapping = {
exclude_patterns = [] 'python': ('https://docs.python.org/3/', None),
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
}
intersphinx_disabled_domains = ['std']
root_doc = 'index2' templates_path = ['_templates']
# -- Options for HTML output
# -- Options for HTML output ------------------------------------------------- html_theme = 'sphinx_rtd_theme'
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'alabaster' # -- Options for EPUB output
html_static_path = ['_static'] epub_show_urls = 'footnote'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment