We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a71ca commit 50cc9ccCopy full SHA for 50cc9cc
1 file changed
readthedocs.yml
@@ -2,6 +2,17 @@
2
# SPDX-License-Identifier: 0BSD
3
4
version: 2
5
-formats: all
6
-mkdocs:
7
- configuration: mkdocs.yml
+
+build:
+ 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