39 lines
1.2 KiB
Python
39 lines
1.2 KiB
Python
# import sphinx_theme_pd
|
|
# 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 = 'CMMNA'
|
|
copyright = '2023, OneCluster S.A.S'
|
|
author = 'OneCluster S.A.S'
|
|
release = '2023'
|
|
|
|
# -- General configuration ---------------------------------------------------
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
|
|
|
extensions = []
|
|
|
|
templates_path = ['_templates']
|
|
exclude_patterns = []
|
|
|
|
language = 'es'
|
|
|
|
# -- Options for HTML output -------------------------------------------------
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
|
|
|
# html_theme = 'alabaster'
|
|
html_theme = 'renku'
|
|
html_theme_options = {
|
|
'logo_only': True,
|
|
}
|
|
|
|
html_logo = '_static/imagenes/CCMMNA.jpg'
|
|
# html_theme = 'sphinx_theme_pd'
|
|
# html_theme_path = [sphinx_theme_pd.get_html_theme_path()]
|
|
|
|
html_static_path = ['_static']
|