From 95f9c2a1e5bfb4f6fbb97532b52b4645769fb9c8 Mon Sep 17 00:00:00 2001 From: yaront Date: Wed, 11 Dec 2024 13:16:07 -0500 Subject: [PATCH] Updating yaml file --- .readthedocs.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8763810..109f803 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,11 +1,22 @@ +# Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.10" + rust: "1.61" # For GSEApy + # commands: + # - pip install --upgrade pip + # - pip install setuptools-rust + # - pip install wheel + # Sphinx configuration sphinx: configuration: docs/conf.py # Python configuration python: - version: 3.10 install: - requirements: requirements.txt