Skip to content

Commit

Permalink
maintain: give explicit sphinx conf to readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Dec 18, 2024
1 parent f568716 commit e3b4c33
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
version: 2

build:
os: 'ubuntu-lts-latest'
tools:
python: '3.11'
os: 'ubuntu-lts-latest'
tools:
python: '3.13'

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

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

0 comments on commit e3b4c33

Please sign in to comment.