Skip to content
Snippets Groups Projects
Commit c553958e authored by Michael Edlich's avatar Michael Edlich
Browse files

Update conf.py.orig

parent 8ab36d16
No related branches found
No related tags found
No related merge requests found
#import sphinx_rtd_theme #import sphinx_rtd_theme
import json
extensions = [ extensions = [
'myst_parser', 'myst_parser',
"sphinxext.opengraph",
"sphinx_copybutton",
"sphinx_panels",
# 'sphinx_rtd_theme', # 'sphinx_rtd_theme',
] ]
project = 'Madis' project = 'Madis'
copyright = 'Madis Soluris' copyright = 'Madis Soluris'
author = 'Soluris'
language = "fr"
#html_theme = "sphinx_rtd_theme" #html_theme = "sphinx_rtd_theme"
#html_theme_options = { #html_theme_options = {
# 'analytics_id': 'G-XXXXXXXXXX', # Provided by Google in your dashboard # 'analytics_id': 'G-XXXXXXXXXX', # Provided by Google in your dashboard
...@@ -24,3 +29,26 @@ copyright = 'Madis Soluris' ...@@ -24,3 +29,26 @@ copyright = 'Madis Soluris'
# 'includehidden': True, # 'includehidden': True,
# 'titles_only': False # 'titles_only': False
#} #}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_book_theme'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# main file
master_doc = 'index'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment