Skip to content

Commit

Permalink
Add configuration for RTD
Browse files Browse the repository at this point in the history
Fixes: #237
  • Loading branch information
nblock committed Apr 26, 2024
1 parent e69fbf5 commit f4c9963
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
@@ -0,0 +1,18 @@
---
version: 2

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

python:
install:
- method: pip
path: .
extra_requirements:
- docs

sphinx:
configuration: docs/conf.py
fail_on_warning: true

0 comments on commit f4c9963

Please sign in to comment.