Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions docs/26.04/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@

<!-- migrated from https://discourse.ubuntu.com/t/resolute-raccoon-release-schedule/47198 -->

:::{timeline}
:reversed:

- start: 2025-10-16
name: Toolchain Uploaded
- start: 2025-11-27
name: Resolute Snapshot 1
- start: 2025-12-11
name: Resolute Snapshot 2
- start: 2026-01-29
name: Resolute Snapshot 3
- start: 2026-02-19
name: "[Feature Freeze](https://wiki.ubuntu.com/FeatureFreeze), Debian Import Freeze"
- start: 2026-02-26
name: Resolute Snapshot 4

- start: 2026-03-12
name: "[User Interface Freeze](https://wiki.ubuntu.com/UserInterfaceFreeze)"
- start: 2026-03-19
name: "[Documentation String Freeze](https://wiki.ubuntu.com/DocumentationStringFreeze), [Kernel Feature Freeze](https://wiki.ubuntu.com/KernelFeatureFreeze)"
- start: 2026-03-23
name: "[Beta Freeze](https://wiki.ubuntu.com/BetaFreeze), [Hardware Enablement Freeze](https://wiki.ubuntu.com/HardwareEnablementFreeze), ISO Testing Week (mandatory)"
- start: 2026-03-26
name: Beta (mandatory)
- start: 2026-04-09
name: "[Kernel Freeze](https://wiki.ubuntu.com/KernelFreeze), [Non Language Pack Translation Deadline](https://wiki.ubuntu.com/NonLanguagePackTranslationDeadline)"
- start: 2026-04-16
name: "[Final Freeze](https://wiki.ubuntu.com/FinalFreeze), [Release Candidate](https://wiki.ubuntu.com/ReleaseCandidate), [Language Pack Translation Deadline](https://wiki.ubuntu.com/LanguagePackTranslationDeadline)"
- start: 2026-04-23
name: "[Final Release](https://wiki.ubuntu.com/FinalRelease)"
---
**{{dtrange}}**

{{e.name}}
:::

| Week | Date (Thursday) | 26.04 events |
|----|----|----|
| **October 2025** | | |
Expand Down
15 changes: 15 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
body[data-theme="dark"] {
--tl-dot-color: #9a9a9a;
--tl-item-outline-color: #383838;
--tl-item-tail-color: #747474;
--tl-item-shadow: 0 4px 8px 0 rgba(100, 100, 100, 0.2), 0 6px 10px 0 rgba(100, 100, 100, 0.19);
}

@media (prefers-color-scheme: dark) {
body:not([data-theme="light"]) {
--tl-dot-color: #9a9a9a;
--tl-item-outline-color: #383838;
--tl-item-tail-color: #747474;
--tl-item-shadow: 0 4px 8px 0 rgba(100, 100, 100, 0.2), 0 6px 10px 0 rgba(100, 100, 100, 0.19);
}
}
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
# Template and asset locations
#######################

#html_static_path = ["_static"]
html_static_path = ["_static"]
#templates_path = ["_templates"]


Expand Down Expand Up @@ -269,6 +269,7 @@
"sphinx_last_updated_by_git",
"sphinx.ext.intersphinx",
"sphinx_sitemap",
"sphinx_timeline",
]

# Excludes files or directories from processing
Expand All @@ -279,7 +280,7 @@

# Adds custom CSS files, located under 'html_static_path'

# html_css_files = []
html_css_files = ["custom.css"]


# Adds custom JavaScript files, located under 'html_static_path'
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ sphinx-sitemap
# Vale dependencies
rst2html
vale

# Added specifically for the release notes
sphinx-timeline
Loading