File tree Expand file tree Collapse file tree 3 files changed +225
-193
lines changed
Expand file tree Collapse file tree 3 files changed +225
-193
lines changed Original file line number Diff line number Diff line change 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
54version : 2
65
7- # Set the OS, Python version, and other tools you might need
86build :
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments