From 39f59f5e83cc7ad432e9c9c2bb4f55ed0b86e135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Mon, 23 Oct 2023 09:56:30 +0200 Subject: [PATCH] Fix python version in .readthedocs.yaml --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9ed0e7a57..a5016d1e6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,14 +3,13 @@ version: 2 build: os: ubuntu-22.04 tools: - python: 3.8 + python: "3.8" apt_packages: - coinor-cbc sphinx: configuration: docs/conf.py formats: [] python: - version: "3.8" install: - requirements: docs/requirements.txt - method: pip