Skip to content

Commit ee772d9

Browse files
committed
Update rtd os build to ubuntu 24.04
1 parent af3daba commit ee772d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ version: 2
66

77
# Set the OS, Python version and other tools you might need
88
build:
9-
os: ubuntu-22.04
9+
os: ubuntu-24.04
1010
tools:
11-
python: "3.12"
11+
python: "3.13"
1212
jobs:
1313
post_create_environment:
1414
- python -m pip install sphinx_rtd_theme

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# General information about the project.
3636
project = u'senaite.ast'
37-
copyright = u'2020-2024, Riding Bytes & Naralabs'
37+
copyright = u'2020-2025, Riding Bytes & Naralabs'
3838

3939
# The version info for the project you're documenting, acts as replacement for
4040
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)