From 20a5b6b420d9c736f56048c65d0e520760741762 Mon Sep 17 00:00:00 2001 From: Timothy Carstens Date: Sun, 28 Nov 2021 22:15:01 -0800 Subject: [PATCH] Testing sphinx-sizzle-theme --- docs/requirements.txt | 3 ++- docs/source/conf.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2fbfa77..c7aa0f4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ -alectryon \ No newline at end of file +alectryon +sphinx-sizzle-theme \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 392ffa7..8f582b8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -39,7 +39,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'sizzle' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,