Skip to content

Commit

Permalink
doc: set 2025.1 as unstable
Browse files Browse the repository at this point in the history
This commit sets branch-2025.1 as unstable because version 2025.1
has not been released yet.
Temporarily, version 6.2 is set as the latest stable.
  • Loading branch information
annastuchlik committed Feb 4, 2025
1 parent 5e22364 commit 28170e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_static/data/manual_doc_versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"tags": [],
"branches": ["master", "branch-2025.1"],
"latest": "branch-2025.1",
"unstable": ["master"],
"branches": ["master", "branch-2025.1", "branch-6.2"],
"latest": "branch-6.2",
"unstable": ["master", "branch-2025.1"],
"deprecated": []
}

0 comments on commit 28170e0

Please sign in to comment.