From 23515cf37aca7308f7167c79e0054f140f8b2511 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Wed, 30 Aug 2023 08:53:00 -0400 Subject: [PATCH] Use the default theme always --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 6250c526..e4ae694e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -78,7 +78,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -if on_rtd: +if True: html_theme = 'default' else: html_theme = 'insipid'