Skip to content

Commit 5bbe988

Browse files
RTD builds with 3.11.12...?
1 parent f3ce972 commit 5bbe988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.11"
6+
python: "3.14"
77

88
python:
99
install:

docs/tools/meeting_dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def generate_ics(app, exception):
8787
lines += [
8888
"BEGIN:VEVENT",
8989
f"UID:{start.strftime('%Y%m%dT%H%M%SZ')}@python-docs-community",
90-
f"DTSTAMP:{dt.datetime.now(dt.timezone.utc).strftime("%Y%m%dT%H%M%SZ")}",
90+
f"DTSTAMP:{dt.datetime.now(dt.timezone.utc).strftime('%Y%m%dT%H%M%SZ')}",
9191
f"DTSTART:{start.strftime('%Y%m%dT%H%M%SZ')}",
9292
f"DTEND:{end.strftime('%Y%m%dT%H%M%SZ')}",
9393
"SUMMARY:Docs Community Meeting",

0 commit comments

Comments
 (0)