Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.10"
os: ubuntu-22.04
tools:
python: "3.12"

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

sphinx:
configuration: docs/conf.py
configuration: docs/conf.py
4 changes: 2 additions & 2 deletions tests/testdata/case.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ masterdata:
uuid: 12345678-1234-1234-1234-123456789012

tracklog:
- datetime: '2020-10-28T14:28:02'
- datetime: '2020-10-28T14:28:02Z'
user:
id: testuser
event: created
- datetime: '2020-10-28T14:46:14'
- datetime: '2020-10-28T14:46:14Z'
user:
id: testuser
event: updated
4 changes: 2 additions & 2 deletions tests/testdata/surface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: "0.12.0" # including for REP and others to build logic on.
source: fmu # always included, and always this value if FMU made it. For quick identification for external consumers.

tracklog:
- datetime: '2020-10-28T14:28:02'
- datetime: '2020-10-28T14:28:02Z'
user:
id: testuser
event: created
- datetime: '2020-10-28T14:46:14'
- datetime: '2020-10-28T14:46:14Z'
user:
id: testuser
event: updated
Expand Down