Skip to content

Commit

Permalink
Add the configuration for readthedocs (#1211)
Browse files Browse the repository at this point in the history
This should fix our docs build.
  • Loading branch information
fsouza authored Nov 11, 2023
1 parent 4a09b4f commit 0c8a084
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

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

sphinx:
configuration: docs/conf.py

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

0 comments on commit 0c8a084

Please sign in to comment.