From 8d805241d1bd4db2124f69a001d83fd6315759bb Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Fri, 22 Mar 2024 19:31:30 +0100 Subject: [PATCH] Reset theme to ReadTheDocs' default theme --- .readthedocs.yaml | 4 ++++ docs/conf.py | 2 +- docs/requirements.txt | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 14c276cf..4aa8c4fe 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,10 @@ build: tools: python: "3.12" +python: + install: + - requirements: docs/requirements.txt + sphinx: configuration: docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 541e348e..dab6a75e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -84,7 +84,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "default" +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/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..82133027 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,2 @@ +sphinx +sphinx_rtd_theme