Skip to content

Commit 50cc9cc

Browse files
committed
readthedocs: build with zensical
1 parent d9a71ca commit 50cc9cc

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

readthedocs.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
# SPDX-License-Identifier: 0BSD
33

44
version: 2
5-
formats: all
6-
mkdocs:
7-
configuration: mkdocs.yml
5+
6+
build:
7+
os: ubuntu-24.04
8+
tools:
9+
python: latest
10+
jobs:
11+
install:
12+
- pip install zensical
13+
build:
14+
html:
15+
- zensical build
16+
post_build:
17+
- mkdir -p $READTHEDOCS_OUTPUT/html/
18+
- cp --recursive site/* $READTHEDOCS_OUTPUT/html/

0 commit comments

Comments
 (0)