File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dev = [
2525 " ruff" ,
2626]
2727doc = [
28- " mkdocs " ,
28+ " zensical " ,
2929]
3030test = [
3131 " pytest" ,
Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments