From c0a1a361c094bce7b143cc45983ed10f11586e0b Mon Sep 17 00:00:00 2001 From: Koushul Ramjattun Date: Sun, 15 Feb 2026 20:30:40 -0500 Subject: [PATCH] added theme --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index de4e546..e0e3f16 100644 --- a/conf.py +++ b/conf.py @@ -24,5 +24,5 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'alabaster' +html_theme = "sphinx_rtd_theme" html_static_path = ['_static']