From e872366535e71f496722544cf1a45f431e751441 Mon Sep 17 00:00:00 2001 From: Ashley Smith Date: Mon, 2 Oct 2023 22:20:44 +0100 Subject: [PATCH] Add build.os to readthedocs config (#101) --- .readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6ea8bfa..c3844b2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.8" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -13,7 +19,6 @@ sphinx: formats: all python: - version: 3.8 install: - method: pip path: .