Skip to content

Commit 7659e32

Browse files
authored
Merge pull request #28 from nVxx/patch-1
Update .readthedocs.yml
2 parents b13687b + 9cd3604 commit 7659e32

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.readthedocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -------------------------------------------------------------------------
2-
# Copyright (C) 2022 BMW AG
2+
# Copyright (C) 2023 BMW AG
33
# -------------------------------------------------------------------------
44
# This Source Code Form is subject to the terms of the Mozilla Public
55
# License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -13,12 +13,16 @@
1313
---
1414
version: 2
1515

16+
build:
17+
os: ubuntu-22.04
18+
tools:
19+
python: "3.10"
20+
1621
sphinx:
1722
configuration: doc/conf.py
1823
fail_on_warning: true
1924

2025
python:
21-
version: 3.7
2226
install:
2327
- requirements: doc/requirements.txt
2428
...

0 commit comments

Comments
 (0)