Skip to content

Commit

Permalink
Fix readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Feb 15, 2024
1 parent f6d93d5 commit 74d77a7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ version: 2
sphinx:
configuration: docs/conf.py

build:
os: ubuntu-22.04
tools:
python: '3.12'
nodejs: '20'
jobs:
post_install:
- make setup-frontend
pre_build:
- make frontend

python:
version: '3.10'
install:
- requirements: docs/requirements.txt

0 comments on commit 74d77a7

Please sign in to comment.