From ef0ea700887008b5daf7dd90766f953e0d4b5ae5 Mon Sep 17 00:00:00 2001 From: Mario Picciani Date: Tue, 3 Oct 2023 16:09:25 +0200 Subject: [PATCH] updated readthedocs.yml for readthedocs.io --- .readthedocs.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d29ead8..0d4960e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,19 +3,20 @@ version: 2 -# Build documentation in the docs/ directory with Sphinx +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +# Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py -# Build documentation with MkDocs -#mkdocs: -# configuration: mkdocs.yml - # Optionally build your docs in additional formats such as PDF and ePub formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: docs/requirements.txt