From 1a5a3a37ce9b1c35d39a1ab3fe459730f98b5c6c Mon Sep 17 00:00:00 2001 From: LouisFaure Date: Thu, 15 Feb 2024 21:53:22 +0100 Subject: [PATCH] fix readthedocs build.os missing variable --- .readthedocs.yml | 6 +++++- docs/requirements.txt | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ecc079a..fc470d1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.9" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -13,7 +18,6 @@ formats: - pdf python: - version: 3.7 install: - method: pip path: . diff --git a/docs/requirements.txt b/docs/requirements.txt index 636154b..4569632 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ +mock typing_extensions importlib_metadata sphinx_rtd_theme==0.5.2