From 4212a8676edbb6c1050310cbd772c4c87e64de9c Mon Sep 17 00:00:00 2001 From: Verweijen Date: Fri, 6 Dec 2024 16:58:32 +0100 Subject: [PATCH] Change theme --- docs/source/conf.py | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6375e18..88dd769 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -29,5 +29,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'] diff --git a/pyproject.toml b/pyproject.toml index 0c6f960..5e3200a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,7 @@ preview = true [dependency-groups] dev = [ "ruff>=0.8.2", + "sphinx-rtd-theme>=3.0.2", "sphinx>=7.4.7", ]