Skip to content

Commit

Permalink
DOCS: ReadTheDocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Dec 8, 2023
1 parent f50ac45 commit d6bc5bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# See: https://docs.readthedocs.io/en/latest/config-file/v2.html
# See: https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.10"

python:
version: '3.10'
install:
- method: pip
path: .
Expand Down

0 comments on commit d6bc5bd

Please sign in to comment.