From 5606aedf775318a2b9a064bf4c0aa7a68f813c7b Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Fri, 1 Apr 2022 16:52:05 +0200 Subject: [PATCH] Switch to rtd-theme for docs --- docs/conf.py | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5f419e6..b5ba5a8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,7 +87,7 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "alabaster" +html_theme = "sphinx_rtd_theme" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/pyproject.toml b/pyproject.toml index 87782fc..2c5febd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ requests = "^2" Sphinx = "^4.5.0" coverage = "^6.3.2" myst-parser = "^0.17.0" +sphinx-rtd-theme = "^1.0.0" [build-system] requires = ["poetry-core>=1.0.0"] -- GitLab