From 484e46b2f90229e960a63467fa2e483d65af3843 Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Fri, 10 Oct 2025 20:20:23 +0200 Subject: [PATCH] change to rtd theme --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 0a18d0f..3562850 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,5 +34,5 @@ autodoc_mock_imports = [ # -- 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']