Skip to content

Commit

Permalink
Add build section to .readthedocs.yml (#221)
Browse files Browse the repository at this point in the history
* Add `build` section to `.readthedocs.yml`

* Rename .readthedocs.yml to .readthedocs.yaml
  • Loading branch information
jtpio authored Nov 15, 2023
1 parent 482b683 commit 81b5aed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.10"
nodejs: "20"

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

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true
fail_on_warning: true

0 comments on commit 81b5aed

Please sign in to comment.