Skip to content

Commit

Permalink
Updating yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
yaront committed Dec 11, 2024
1 parent 2cc627e commit 95f9c2a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 95f9c2a

Please sign in to comment.