Skip to content

Commit 7163c97

Browse files
authored
fix: build readthedocs using python 3.12 (#242)
* fix: build readthedocs using python 3.12 * fix: timestamp in testdata
1 parent 27b04ad commit 7163c97

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.readthedocs.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
version: 2
22

33
build:
4-
os: ubuntu-22.04
5-
tools:
6-
python: "3.10"
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.12"
77

88
python:
9-
install:
10-
- method: pip
11-
path: .
12-
extra_requirements:
13-
- docs
9+
install:
10+
- method: pip
11+
path: .
12+
extra_requirements:
13+
- docs
1414

1515
sphinx:
16-
configuration: docs/conf.py
16+
configuration: docs/conf.py

tests/testdata/case.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ masterdata:
5454
uuid: 12345678-1234-1234-1234-123456789012
5555

5656
tracklog:
57-
- datetime: '2020-10-28T14:28:02'
57+
- datetime: '2020-10-28T14:28:02Z'
5858
user:
5959
id: testuser
6060
event: created
61-
- datetime: '2020-10-28T14:46:14'
61+
- datetime: '2020-10-28T14:46:14Z'
6262
user:
6363
id: testuser
6464
event: updated

tests/testdata/surface.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ version: "0.12.0" # including for REP and others to build logic on.
33
source: fmu # always included, and always this value if FMU made it. For quick identification for external consumers.
44

55
tracklog:
6-
- datetime: '2020-10-28T14:28:02'
6+
- datetime: '2020-10-28T14:28:02Z'
77
user:
88
id: testuser
99
event: created
10-
- datetime: '2020-10-28T14:46:14'
10+
- datetime: '2020-10-28T14:46:14Z'
1111
user:
1212
id: testuser
1313
event: updated

0 commit comments

Comments
 (0)