Skip to content

Commit

Permalink
add read-the-docs config file for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcaporaso committed Apr 16, 2024
1 parent e41eb36 commit dbff0ae
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2

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

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

sphinx:
builder: html
fail_on_warning: true

0 comments on commit dbff0ae

Please sign in to comment.