Skip to content

Commit 1bf091e

Browse files
author
Obada Haddad
committed
switch to zensical since mkdocs 1 is unmaintained and mkdocs 2 is ... special
1 parent fda56ab commit 1bf091e

File tree

6 files changed

+294
-11
lines changed

6 files changed

+294
-11
lines changed

documentation/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ wheels/
99
# Virtual environments
1010
.venv
1111

12-
uv.lock
1312

1413
site/*
14+
.python-version

documentation/.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

documentation/overrides/partials/copyright.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
{% endif %}
1313
{% if not config.extra.generator == false %}
1414
Made with
15-
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
16-
Material for MkDocs
15+
<a href="https://zensical.org/" target="_blank" rel="noopener">
16+
Zensical
1717
</a>
1818
{% endif %}
1919
</div>

documentation/pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
[project]
2-
name = "codabench-mkdocs"
2+
name = "documentation"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.14"
77
dependencies = [
8-
"mike>=2.1.3",
9-
"mkdocs-glightbox>=0.4.0",
10-
"mkdocs-material>=9.6.15",
11-
"mkdocs-open-in-new-tab>=1.0.8",
12-
"mkdocs-to-pdf>=0.10.1",
8+
"zensical>=0.0.24",
139
]

documentation/uv.lock

Lines changed: 129 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)