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.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
# -- Project information
project = 'DART-WRF'
copyright = '2023, Lukas Kugler'
author = 'Lukas Kugler'
release = '2023.2.17'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
# -- General configuration
extensions = []
extensions = [
'sphinx.ext.duration',
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
]
templates_path = ['_templates']
exclude_patterns = []
intersphinx_mapping = {
'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 -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'sphinx_rtd_theme'
html_theme = 'alabaster'
html_static_path = ['_static']
# -- Options for EPUB output
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