Skip to content

Commit

Permalink
Bugfix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswolgast committed Nov 29, 2024
1 parent 827d314 commit 4c4630a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:

# Python configuration for ReadTheDocs
python:
version: 3.9 # Adjust to the version you're using

install:
- requirements: docs/requirements.txt
- method: pip
path: .
- requirements: docs/requirements.txt
- method: pip
path: .

build:
image: "python:3.10"

version:
branch: development

0 comments on commit 4c4630a

Please sign in to comment.