Skip to content

Commit

Permalink
Update readthedocs configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpf committed May 20, 2024
1 parent b8be0b9 commit bec1d80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
pre_build:
- "jupyter-book config sphinx docs/"

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

conda:
environment: conda_environment.yml

sphinx:
builder: html
fail_on_warning: true

0 comments on commit bec1d80

Please sign in to comment.