From 54a59da8865670738258cae560c969e0cfd5136e Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Tue, 14 Nov 2023 16:33:43 +0000 Subject: [PATCH] OPS: Add dependencies to readthedocs config file --- .readthedocs.yaml | 6 +++++- docs/requirements.txt | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 30685b1..71a0bcb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,11 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.9" + python: "3.10" sphinx: configuration: docs/source/conf.py + +python: + install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index 075a2e5..b205ef1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,3 @@ - # Required by the python script for building documentation Sphinx>=2,<3 sphinx-rtd-theme==0.5.0