Skip to content

Commit

Permalink
[docs] Add .readthedocs.yaml config.
Browse files Browse the repository at this point in the history
This fixes an issue that prevents the documentation from being built.
See https://blog.readthedocs.com/migrate-configuration-v2/

Signed-off-by: Michael Seifert <[email protected]>
  • Loading branch information
seifertm committed Oct 31, 2023
1 parent 6cc90f2 commit 5de9d84
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2
build:
os: ubuntu-22.04
tools:
python: '3.12'

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

python:
install:
- requirements: dependencies/default/constraints.txt
- requirements: dependencies/docs/constraints.txt

0 comments on commit 5de9d84

Please sign in to comment.