From 9a583a908e0f528be2fd92e976d2b16f161a00c6 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Mon, 9 Oct 2023 15:50:25 +0100 Subject: [PATCH] fix readthedoc config --- .readthedocs.yml => .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename .readthedocs.yml => .readthedocs.yaml (87%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 87% rename from .readthedocs.yml rename to .readthedocs.yaml index d7ffc177..6f128f2e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -6,14 +6,17 @@ version: 2 # Add some extra build dependencies (graphviz for plotting) +# Set the version of Python and other tools you might need build: + os: ubuntu-22.04 + tools: + python: "3.10" apt_packages: - graphviz - graphviz-dev # Make sure that dependencies are installed with pip instead of setup.py python: - version: 3.10 install: - requirements: docs/preinstall_requirements.txt - requirements: docs/requirements.txt