From 0ff0abf1d5a70f6148d2649d54485a26410b3dbf Mon Sep 17 00:00:00 2001 From: Philip Smith Date: Tue, 4 Jun 2024 23:45:33 -0500 Subject: [PATCH] switch themes --- docs/conf.py | 2 +- docs/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5adea98..1950fd2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'alabaster' +html_theme = "pydata_sphinx_theme" html_static_path = ['_static'] diff --git a/docs/requirements.txt b/docs/requirements.txt index 91b9f8c..7887fa9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -furo==2021.11.16 myst-parser==3.0.1 -linkify-it-py==2.0.3 \ No newline at end of file +linkify-it-py==2.0.3 +pydata-sphinx-theme==0.15.3 \ No newline at end of file