Skip to content
Snippets Groups Projects
Commit 36a21f20 authored by lkugler's avatar lkugler
Browse files

docs

parent bdca9484
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, University of Vienna' copyright = '2023, Lukas Kugler'
author = 'Lukas Kugler' author = 'Lukas Kugler'
release = '2023.2.17'
release = '0.1' # -- General configuration ---------------------------------------------------
version = '0.1.0' # 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',
]
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
}
intersphinx_disabled_domains = ['std']
templates_path = ['_templates'] templates_path = ['_templates']
exclude_patterns = []
# -- Options for HTML output root_doc = 'index2'
html_theme = 'sphinx_rtd_theme'
# -- Options for EPUB output # -- Options for HTML output -------------------------------------------------
epub_show_urls = 'footnote' # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'alabaster'
html_static_path = ['_static']
# Configuration file for the Sphinx documentation builder.
# -- Project information
project = 'DART-WRF'
copyright = '2023, University of Vienna'
author = 'Lukas Kugler'
release = '0.1'
version = '0.1.0'
# -- General configuration
extensions = [
'sphinx.ext.duration',
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
]
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
}
intersphinx_disabled_domains = ['std']
templates_path = ['_templates']
# -- Options for HTML output
html_theme = 'sphinx_rtd_theme'
# -- Options for EPUB output
epub_show_urls = 'footnote'
.. DART-WRF documentation master file, created by
sphinx-quickstart on Fri Feb 17 17:22:54 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to DART-WRF's documentation!
====================================
.. toctree::
:maxdepth: 2
:caption: Contents:
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment