Skip to content

Commit e9e2ef2

Browse files
committed
feat: Convert mkdocs to zensical, also yml to toml
1 parent b51cb55 commit e9e2ef2

4 files changed

Lines changed: 394 additions & 652 deletions

File tree

mkdocs.yml

Lines changed: 0 additions & 202 deletions
This file was deleted.

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ license = { file = "LICENSE" }
88
authors = [{ name = "RemoteRabbit" }]
99

1010
dependencies = [
11-
"mkdocs>=1.6,<2.0",
12-
"mkdocs-material>=9.5,<10.0",
11+
# Zensical replaces mkdocs + mkdocs-material (built by the same team).
12+
# Pinned to a known-good alpha; bump deliberately.
13+
"zensical==0.0.40",
1314
"pymdown-extensions>=10.17.1,<12.0",
14-
"mkdocs-git-revision-date-localized-plugin>=1.3,<2.0",
15-
"mkdocs-htmlproofer-plugin>=1.3,<2.0",
15+
# Note: git-revision-date-localized and htmlproofer plugins are not yet
16+
# supported by Zensical (alpha, Phase 1). Link-checking is handled by the
17+
# `links.yml` workflow via lychee.
1618
]
1719

1820
[dependency-groups]

0 commit comments

Comments
 (0)