Skip to content

Commit

Permalink
Added ReadTheDocs configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Aug 19, 2024
1 parent a37c512 commit bffbaf8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

formats: all

build:
# Check https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os
os: ubuntu-22.04
tools:
# Check https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
python: "3.10"

python:
install:
- requirements: doc/requirements.txt
- requirements: requirements.txt

sphinx:
builder: html
configuration: doc/conf.py
fail_on_warning: false

0 comments on commit bffbaf8

Please sign in to comment.