From 9d3a2f0d1fa0d0fbcdb8bd04f0efeafcff2b0a99 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Thu, 21 Dec 2023 14:27:38 +0100 Subject: [PATCH] Specify build.os in .readthedocs.yml --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2702fd1d..5f6addd1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -23,6 +23,9 @@ version: 2 sphinx: configuration: docs/conf.py +build: + os: ubuntu-22.04 + # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.yml