Skip to content

Commit b3e9ab7

Browse files
committed
docs: buld docs on ubuntu22.04 python311
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent f8af156 commit b3e9ab7

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
# Licensed under the Apache License, Version 2.0 (the "License");
2-
# you may not use this file except in compliance with the License.
3-
# You may obtain a copy of the License at
4-
#
5-
# http://www.apache.org/licenses/LICENSE-2.0
6-
#
7-
# Unless required by applicable law or agreed to in writing, software
8-
# distributed under the License is distributed on an "AS IS" BASIS,
9-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10-
# See the License for the specific language governing permissions and
11-
# limitations under the License.
12-
#
13-
# SPDX-License-Identifier: Apache-2.0
14-
151
# Read the Docs configuration file
162
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
173

@@ -20,9 +6,9 @@ version: 2
206

217
# Set the version of Python and other tools you might need
228
build:
23-
os: ubuntu-20.04
9+
os: ubuntu-22.04
2410
tools:
25-
python: "3.9"
11+
python: "3.11"
2612
# You can also specify other tool versions:
2713
# nodejs: "16"
2814
# rust: "1.55"

0 commit comments

Comments
 (0)