From 552e804736d6e270e8b50995f16a77c7397ef95f Mon Sep 17 00:00:00 2001 From: jensvog <62656589+jensvog@users.noreply.github.com> Date: Sat, 26 Dec 2020 14:28:53 +0100 Subject: [PATCH] Docs: Fix typo in documentation theme The documentation theme has been adapted several times. Last time it was reverted to 'alibaster' instead of 'alabaster'. Because of the typo the documentation could not be generated. Changed it to correct value. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a220ec5ef..3984b45a8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,7 +67,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "alibaster" +html_theme = "alabaster" html_theme_options = { "rightsidebar": "false", }