inm-icf-utilities/docs/source/conf.py
Michał Szczepanik 623cc59ac6 docs: use furo theme
This is mostly aesthetics - swapping out default theme in favour of
furo which seems to have gained popularity (and is also used by us in
the knowledge base).
2023-05-25 12:38:28 +02:00

27 lines
914 B
Python

# 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 = 'INM ICF utilities'
copyright = '2023, PsyInf group'
author = 'PsyInf group'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
templates_path = ['_templates']
exclude_patterns = []
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'furo'
html_static_path = ['_static']