diff options
Diffstat (limited to 'docs/fr/source')
-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 |