From 892e240b18976efb091aa43ff8d79aa8fa41cb9c Mon Sep 17 00:00:00 2001 From: samfreund Date: Fri, 9 May 2025 12:44:31 -0500 Subject: [PATCH] change theme --- photon-lib/py/docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon-lib/py/docs/source/conf.py b/photon-lib/py/docs/source/conf.py index 078ed31d0..42b3cf6c3 100644 --- a/photon-lib/py/docs/source/conf.py +++ b/photon-lib/py/docs/source/conf.py @@ -31,5 +31,5 @@ exclude_patterns = [] # -- 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"]