From 01e4776d0be35fb747565755b8c5a20d37ea248c Mon Sep 17 00:00:00 2001 From: Ken Kundert Date: Sun, 29 Oct 2023 11:58:15 -0700 Subject: [PATCH] explicitly specify readthedocs theme --- doc/conf.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index b8045b9..1432b3c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -32,6 +32,7 @@ sphinx.ext.napoleon sphinx.ext.todo sphinx.ext.viewcode + sphinx_rtd_theme '''.split() # Add any paths that contain templates here, relative to this directory. @@ -98,10 +99,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -# html_theme = 'nature' -# Use default rather than my normal nature so we get the read-the-docs style on -# that website. -html_theme = 'default' +html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the