Skip to content

Commit

Permalink
doc: update RTD configuration
Browse files Browse the repository at this point in the history
sphinx:configuration parameter is now mandatory
  • Loading branch information
azmeuk committed Jan 2, 2025
1 parent f2988f8 commit 77ab5b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: '3.12'
python: '3.13'
python:
install:
- requirements: requirements/docs.txt
Expand All @@ -11,3 +11,4 @@ python:
sphinx:
builder: dirhtml
fail_on_warning: true
configuration: docs/conf.py

0 comments on commit 77ab5b8

Please sign in to comment.