From 85eed1c0373d8b89bbd8b613f7b26770bee3b610 Mon Sep 17 00:00:00 2001 From: Jakob Aleksandrovich Date: Fri, 29 Sep 2023 20:57:03 +0200 Subject: [PATCH] Put in explicit build info --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dea0a33..7f652cf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,10 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: content/conf.py @@ -12,7 +17,7 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: "3.7" + # version: "3.7" install: - requirements: docs/requirements.txt