Skip to content

Commit

Permalink
Merge pull request #321 from theislab/patch_precommit
Browse files Browse the repository at this point in the history
pre commit correction of readthedocs.yml
  • Loading branch information
LouisK92 authored Apr 12, 2024
2 parents 5b22a68 + a4f4ed9 commit e8a37c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.9"
# Specify other tools if needed
os: ubuntu-22.04
tools:
python: "3.9"
# Specify other tools if needed

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -23,5 +23,5 @@ sphinx:

# Declare the Python requirements required to build your documentation
python:
install:
- requirements: docs/requirements.txt
install:
- requirements: docs/requirements.txt

0 comments on commit e8a37c9

Please sign in to comment.