Skip to content

Commit

Permalink
Merge branch 'main' into feature/read-values
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley authored May 13, 2024
2 parents 8eb5f2e + ea82c81 commit 343dc90
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

build:
os: ubuntu-lts-latest
tools:
python: "3.12"

sphinx:
configuration: doc/source/conf.py
fail_on_warning: true

python:
install:
- method: pip
path: .
extra_requirements:
- doc
6 changes: 3 additions & 3 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autodocsumm
furo
autodocsumm==0.2.12
furo==2024.5.6
numpy>=1.19
sphinx
sphinx==7.3.7

0 comments on commit 343dc90

Please sign in to comment.