diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-08-28 11:38:09 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-08-28 11:43:55 +0200 |
commit | 457de997097c53b1ddeb23e23b5e39078021db44 (patch) | |
tree | 7418cba1779d7c6d0602e3664163e22c71fee1d5 /docs | |
parent | 041ba07806d1b422e1e50b77551a280362dc18cd (diff) | |
download | Ishtar-457de997097c53b1ddeb23e23b5e39078021db44.tar.bz2 Ishtar-457de997097c53b1ddeb23e23b5e39078021db44.zip |
👷 new readthedocs configuration file - explicit rdt theme
Diffstat (limited to 'docs')
-rw-r--r-- | docs/fr/source/conf.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/fr/source/conf.py b/docs/fr/source/conf.py index 1480d0fd7..53f6c4427 100644 --- a/docs/fr/source/conf.py +++ b/docs/fr/source/conf.py @@ -33,7 +33,9 @@ from version import __version__ # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = [] +extensions = [ + 'sphinx_rtd_theme', +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -99,7 +101,8 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +#html_theme = 'default' +html_theme = "sphinx_rtd_theme" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the |