Skip to content

Commit

Permalink
Try other readthedocs yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderGress committed May 29, 2024
1 parent 39d871f commit 8590b7c
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Required
version: 2
version: "2"

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
os: "ubuntu-22.04"
tools:
python: "3.12"
python: "3.10"

mkdocs:
configuration: mkdocs.yml

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

sphinx:
configuration: docs/source/conf.py

0 comments on commit 8590b7c

Please sign in to comment.