Skip to content

Commit

Permalink
Merge pull request #24 from maykinmedia/fix-read-the-docs-build
Browse files Browse the repository at this point in the history
Add missing build directive to read the docs config
  • Loading branch information
swrichards authored Dec 12, 2024
2 parents ce09964 + 22dbb6b commit 48a9e2e
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-24.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 48a9e2e

Please sign in to comment.