From c71e586c530e1d066efde7c2ca40c363f74100c7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 19 Jan 2024 10:31:47 +0100 Subject: [PATCH] .readthedocs.yaml: install sphinx-rtd-theme --- .readthedocs.yaml | 4 ++++ doc/requirements.txt | 1 + 2 files changed, 5 insertions(+) create mode 100644 doc/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c6fb09e37..a9cc1c114 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,6 +10,10 @@ build: tools: python: "3.12" +python: + install: + - requirements: "doc/requirements.txt" + # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: doc/conf.py diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 000000000..59709ec72 --- /dev/null +++ b/doc/requirements.txt @@ -0,0 +1 @@ +sphinx-rtd-theme==2.0.0