Skip to content

Commit

Permalink
Add missing build directive to read the docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
swrichards committed Dec 12, 2024
1 parent ce09964 commit 6d4cf58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@

version: 2

build:
os: ubuntu-20.04
tools:
python: "3.10"

sphinx:
configuration: docs/conf.py

python:
version: 3.10
install:
- method: pip
path: .
extra_requirements:
- db
- setup-configuration
- setup-configuration

0 comments on commit 6d4cf58

Please sign in to comment.