From 18fad64b1ac07bdf2e21869471591df97dbe063a Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 19 Nov 2020 15:56:22 +0100 Subject: [PATCH] Use ReadTheDocs doc theme --- docs/conf.py | 3 ++- docs/requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index bcd87db..7be9f27 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,6 +28,7 @@ author = "Yohann D'ANELLO, Mathilde DEPRÈS, Nicolas MARGULIES, Charles PEYRAT" # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ + "sphinx_rtd_theme", ] # Add any paths that contain templates here, relative to this directory. @@ -51,7 +52,7 @@ exclude_patterns = ['_build'] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_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, diff --git a/docs/requirements.txt b/docs/requirements.txt index 6966869..cbf1e36 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ sphinx +sphinx-rtd-theme