Skip to content

Commit eeccfb1

Browse files
committed
Switch docs to zensical
1 parent 50cc9cc commit eeccfb1

4 files changed

Lines changed: 22 additions & 18 deletions

File tree

mkdocs.yml

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dev = [
2525
"ruff",
2626
]
2727
doc = [
28-
"mkdocs",
28+
"zensical",
2929
]
3030
test = [
3131
"pytest",

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ build:
1515
- zensical build
1616
post_build:
1717
- mkdir -p $READTHEDOCS_OUTPUT/html/
18-
- cp --recursive site/* $READTHEDOCS_OUTPUT/html/
18+
- cp --recursive build/doc/* $READTHEDOCS_OUTPUT/html/

zensical.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# SPDX-FileCopyrightText: Blair Bonnett
2+
# SPDX-License-Identifier: 0BSD
3+
4+
[project]
5+
site_name = "matplotlib-pgfutils"
6+
docs_dir = "doc"
7+
site_dir = "build/doc"
8+
repo_url = "https://github.com/bcbnz/matplotlib-pgfutils"
9+
10+
nav = [
11+
"index.md",
12+
"usage.md",
13+
"config.md",
14+
"interactive.md",
15+
"file_tracking.md",
16+
"latexmk.md",
17+
]
18+
19+
[project.theme.icon]
20+
repo = "fontawesome/brands/github"

0 commit comments

Comments
 (0)