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.
1 parent af3daba commit ee772d9Copy full SHA for ee772d9
.readthedocs.yaml
@@ -6,9 +6,9 @@ version: 2
6
7
# Set the OS, Python version and other tools you might need
8
build:
9
- os: ubuntu-22.04
+ os: ubuntu-24.04
10
tools:
11
- python: "3.12"
+ python: "3.13"
12
jobs:
13
post_create_environment:
14
- python -m pip install sphinx_rtd_theme
docs/conf.py
@@ -34,7 +34,7 @@
34
35
# General information about the project.
36
project = u'senaite.ast'
37
-copyright = u'2020-2024, Riding Bytes & Naralabs'
+copyright = u'2020-2025, Riding Bytes & Naralabs'
38
39
# The version info for the project you're documenting, acts as replacement for
40
# |version| and |release|, also used in various other places throughout the
0 commit comments