From 592d600aac302562e5dc34c9890bc4b143ed8017 Mon Sep 17 00:00:00 2001 From: Rory Barnes Date: Mon, 13 Mar 2023 21:03:04 -0700 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 08fe3cec1..9b339b4a6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -116,7 +116,7 @@ # a list of builtin themes. # if not on_rtd: # only import and set the theme if we're building docs locally - # html_theme = 'sphinx_rtd_theme' + html_theme = 'sphinx_rtd_theme' html_theme_path = ['.themes', ] # Theme options are theme-specific and customize the look and feel of a theme