Skip to content

Commit

Permalink
Bugfix readthedocs config error (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikmi committed Apr 10, 2024
1 parent 463c98d commit 1be1091
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readthedocs.yml
Expand Up @@ -4,6 +4,10 @@

# Required
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -14,6 +18,5 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt

0 comments on commit 1be1091

Please sign in to comment.