Skip to content

Commit 2ae11d2

Browse files
committed
docs: full switch from mkdocs to zensical
1 parent db41a6c commit 2ae11d2

File tree

3 files changed

+225
-193
lines changed

3 files changed

+225
-193
lines changed

.readthedocs.yaml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
1-
# Read the Docs configuration file
2-
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
1+
# See https://docs.readthedocs.com/platform/stable/intro/zensical.html for details
2+
# Example: https://github.com/readthedocs/test-builds/tree/zensical
33

4-
# Required
54
version: 2
65

7-
# Set the OS, Python version, and other tools you might need
86
build:
97
os: ubuntu-24.04
108
apt_packages:
119
- pngquant
1210
tools:
1311
python: "3.13"
12+
jobs:
13+
install:
14+
- pip install -r docs/requirements.txt
15+
build:
16+
html:
17+
- zensical build
18+
post_build:
19+
- mkdir -p $READTHEDOCS_OUTPUT/html/
20+
- cp --recursive site/* $READTHEDOCS_OUTPUT/html/
1421

15-
# Build documentation with Mkdocs
16-
mkdocs:
17-
configuration: mkdocs.yml
1822

19-
# Optionally, but recommended,
20-
# declare the Python requirements required to build your documentation
21-
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
22-
python:
23-
install:
24-
- requirements: docs/requirements.txt
2523

mkdocs.yml

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

0 commit comments

Comments
 (0)