We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b13687b + 9cd3604 commit 7659e32Copy full SHA for 7659e32
.readthedocs.yml
@@ -1,5 +1,5 @@
1
# -------------------------------------------------------------------------
2
-# Copyright (C) 2022 BMW AG
+# Copyright (C) 2023 BMW AG
3
4
# This Source Code Form is subject to the terms of the Mozilla Public
5
# License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -13,12 +13,16 @@
13
---
14
version: 2
15
16
+build:
17
+ os: ubuntu-22.04
18
+ tools:
19
+ python: "3.10"
20
+
21
sphinx:
22
configuration: doc/conf.py
23
fail_on_warning: true
24
25
python:
- version: 3.7
26
install:
27
- requirements: doc/requirements.txt
28
...
0 commit comments