From 02df411ab09d21faa3da8aee17b7b8ad78cf49b2 Mon Sep 17 00:00:00 2001 From: Antoine Grigis Date: Tue, 17 Oct 2023 12:40:02 +0200 Subject: [PATCH] readthedocs: add build tools. --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index cb3228d..9c82e83 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,6 +6,8 @@ version: 2 build: os: ubuntu-20.04 + tools: + python: "3.6" sphinx: builder: html @@ -15,7 +17,6 @@ sphinx: formats: [] python: - version: 3.6 install: - requirements: doc/requirements.txt - method: pip