Skip to content

Commit

Permalink
Rename RTD config
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Jun 2, 2024
1 parent c8f1289 commit 89993ed
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
pre_build:
# Generate the Sphinx configuration for this Jupyter Book, so it builds.
- "jupyter-book config sphinx docs/"

python:
install:
- method: pip
path: .
extra_requirements:
- sphinx

sphinx:
builder: html
fail_on_warning: true

0 comments on commit 89993ed

Please sign in to comment.