Skip to content

Commit

Permalink
RTD config
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Aug 21, 2023
1 parent 68c0eb5 commit 3c873f1
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
version: 2

sphinx:
configuration: docs/conf.py

formats: []

build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"
jobs:
post_install:
- pip install .[coda,doc]

submodules:
include: all
pre_build:
- python -c "import pertpy"
- pip freeze
sphinx:
configuration: docs/conf.py
fail_on_warning: false
python:
install:
- method: pip
path: .
extra_requirements:
- doc
- coda

0 comments on commit 3c873f1

Please sign in to comment.