Skip to content

Commit 202cbfb

Browse files
committed
Fix date, silence mkdocs2 warning.
1 parent ca4b442 commit 202cbfb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/en/news/posts/2026/buzz/2026q2-roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 2026Q2 Roadmap
3-
date: 2026-04-17
3+
date: 2026-04-20
44
authors:
55
- freakboy3742
66
categories:

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ docs_dir = {tox_root}{/}docs{/}en
88
# Docs are always built on Python 3.13. See also the RTD config.
99
base_python = py313
1010
skip_install = true
11+
setenv =
12+
DISABLE_MKDOCS_2_WARNING = true
1113
passenv =
1214
DEEPL_API_KEY
1315
dependency_groups = docs

0 commit comments

Comments
 (0)