From 7b0042dbfe7252e236f9144edd69eae910222e4e Mon Sep 17 00:00:00 2001 From: Brendan Hagan Date: Thu, 11 Aug 2022 00:34:58 -0400 Subject: [PATCH] misc: specify theme to make theme specific config work? --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 5dc365c2..1cb35467 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,6 +5,7 @@ html_logo = 'logo.png' +html_theme = 'sphinx_rtd_theme' html_theme_options = { 'collapse_navigation': False, 'style_external_links': True,