From fafa36f9ac764c0339352da2f0d488540a670473 Mon Sep 17 00:00:00 2001 From: Jutta Schnabel <jutta.schnabel@fau.de> Date: Tue, 20 Aug 2024 12:14:51 +0200 Subject: [PATCH] trying to fix theme --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e28894f..5e6e2a4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ exclude_patterns = [] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'sphinx-rtd-theme' +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, -- GitLab