From 25892c2a71d85c74ccbe7cf67d3938821651725c Mon Sep 17 00:00:00 2001 From: Nicolas Tessore Date: Mon, 8 Apr 2024 11:28:18 +0100 Subject: [PATCH] DOC: fix ReadTheDocs configuration (#14) Adds the new required entries to the ReadTheDocs configuration file. --- .readthedocs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8076f03..06789d2 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,13 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py + python: install: - requirements: requirements.txt