From 72cc09da75c1c3d16b60e5211d50c64fec1e4133 Mon Sep 17 00:00:00 2001 From: Timothy Carstens Date: Sun, 28 Nov 2021 21:57:28 -0800 Subject: [PATCH] Testing sphinx-press-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..8406556 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ -alectryon \ No newline at end of file +alectryon +sphinx-press-theme \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 392ffa7..54de210 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 = 'press' # 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,