From 997fd19b9e5b0809c414ea6bca5a6a9959e85bfc Mon Sep 17 00:00:00 2001 From: "Matthias C. M. Troffaes" Date: Thu, 24 Aug 2023 21:56:06 +0200 Subject: [PATCH] Set theme for readthedocs. --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index bff39d1f..6c22bb7d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -19,3 +19,4 @@ "python": ("https://docs.python.org/3/", None), "sphinx": ("http://www.sphinx-doc.org/en/master/", None), } +html_theme = "alabaster"