Skip to content

Commit

Permalink
💚 Fix RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Oct 11, 2023
1 parent 834261b commit 0d0742c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@

version: 2

sphinx:
configuration: docs/conf.py
build:
os: ubuntu-22.04
tools:
python: "3.11"

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
- db
- drf

sphinx:
configuration: docs/conf.py

0 comments on commit 0d0742c

Please sign in to comment.