From 2aaadf5ff57035d7563e0e18cb7ddac073288175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Fri, 12 Apr 2024 11:19:49 +0300 Subject: [PATCH] Switched Sphinx theme back to the RTD theme This should fix rendering errors with the nav bar overlapping with the actual content. --- 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 92e2426d..59324be0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,7 @@ } todo_include_todos = False -html_theme = "nature" +html_theme = "sphinx_rtd_theme" htmlhelp_basename = "typeguarddoc" intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)} diff --git a/pyproject.toml b/pyproject.toml index 04bbde35..495312c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ doc = [ "packaging", "Sphinx >= 7", "sphinx-autodoc-typehints >= 1.2.0", + "sphinx-rtd-theme >= 1.3.0", ] [project.entry-points]