From 526efadae9147cbc203bfb1b5adad0d2b558ebfc Mon Sep 17 00:00:00 2001 From: Alan Silva <3899850+alanwilter@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:08:49 +0100 Subject: [PATCH] docs again --- .readthedocs.yaml | 6 ++++++ docs/requirements.txt | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c19c5e35..6d5ef63d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,3 +10,9 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt + - method: pip + path: . diff --git a/docs/requirements.txt b/docs/requirements.txt index 2fe6c0a7..a4d2d1ac 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -Sphinx>=6,<7 -sphinx_rtd_theme +Sphinx==7.1.2 +sphinx-rtd-theme==1.3.0