From 5b0c59a424d2613a22c5678d4507e8e962184d33 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 2 May 2022 05:08:09 +0200 Subject: [PATCH] Update Read The Docs config with the latest from `Steffo99/template-poetry` --- .readthedocs.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ee5d469c..596ff4b4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,16 +1,10 @@ -# .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - version: 2 -sphinx: - configuration: docs/source/conf.py - -formats: all - python: - version: 3.8 install: - - method: pip - path: . + - path: "." + +build: + os: "ubuntu-20.04" + tools: + python: "3.10" \ No newline at end of file