From fda7b9e2cc55b238447684c75ed668611385dba7 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 22 Nov 2021 21:31:29 +0000 Subject: [PATCH] Set docs theme to sphinx-rtd-theme --- docs/conf.py | 2 +- docs/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 469aa12d..8c4b2816 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,7 +92,7 @@ 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 = "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 diff --git a/docs/requirements.txt b/docs/requirements.txt index aef3c641..2408fcf1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ sphinx==4.3.0 +sphinx-rtd-theme==1.0.0