Skip to content

Commit

Permalink
chore(docs) Create .read_the_docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse-numerous authored May 3, 2024
1 parent c268846 commit 8c23e04
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .read_the_docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yaml
version: 2

sphinx:
configuration: none

mkdocs:
configuration: mkdocs.yml

build:
os: "ubuntu-20.04"
tools:
python: "3.12"

python:
version: 3.12
install:
- method: pip
path: .
extra_requirements:
- dev # Install dev dependencies as well

0 comments on commit 8c23e04

Please sign in to comment.