From 349c2b510508d7db1600d9ea4838b86283a5dd68 Mon Sep 17 00:00:00 2001 From: Timothy Carstens Date: Sun, 28 Nov 2021 21:52:38 -0800 Subject: [PATCH] Testing maisie-sphinx-theme --- docs/requirements.txt | 3 ++- docs/source/conf.py | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2fbfa77..93596d7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ -alectryon \ No newline at end of file +alectryon +maisie-sphinx-theme \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 392ffa7..5d92e93 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,10 +36,14 @@ # -- Options for HTML output ------------------------------------------------- +import maisie_sphinx_theme + # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'maisie_sphinx_theme' +html_theme_path = maisie_sphinx_theme.html_theme_path() + # 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,