From 38290145c89256b58700041ad3580be9708971c1 Mon Sep 17 00:00:00 2001 From: eelke Date: Mon, 5 Sep 2022 08:14:01 +0200 Subject: [PATCH] switch documentation to furo theme Because cleaner look, more useful contents sidebar and light/dark mode support. --- docs/conf.py | 4 +--- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6ce7a1e..ae3d2cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -import sphinx_theme_pd -html_theme = 'sphinx_theme_pd' -html_theme_path = [sphinx_theme_pd.get_html_theme_path()] +html_theme = 'furo' # 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 2fc0c18..8ef2918 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ reno[sphinx]==3.5.0 Sphinx==5.1.1 -sphinx-theme-pd==0.8.3 +furo==0.8.3