File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version : 2
1+ version : 2
22
3- build :
3+ build :
44 os : ubuntu-24.04
55 tools :
6- python : " 3.13 "
6+ python : latest
77 jobs :
8- pre_create_environment :
9- - asdf plugin add uv
10- - asdf install uv latest
11- - asdf global uv latest
12- create_environment :
13- - uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
14- install :
15- - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
16-
17- mkdocs :
18- configuration : mkdocs.yml
19- fail_on_warning : false
8+ # We recommend using a requirements file for reproducible builds.
9+ # This is just a quick example to get started.
10+ # https://docs.readthedocs.io/page/guides/reproducible-builds.html
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/
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ build: clean
2323# Build docs
2424[group (' Build' )]
2525build-docs : clean
26- uv run mkdocs build
26+ uv run zensical build
2727
2828
2929# Static analysis
@@ -63,4 +63,4 @@ version:
6363tag :
6464 echo " Tagging version v{{ VERSION }} "
6565 git tag -a v{{ VERSION }} -m " Creating version v{{ VERSION }} "
66- git push origin v{{ VERSION }}
66+ git push origin v{{ VERSION }}
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -57,9 +57,7 @@ dev = [
5757 " ruff>=0.12.11" ,
5858]
5959docs = [
60- " mkdocs>=1.6.1" ,
61- " mkdocs-material>=9.7.0" ,
62- " pyyaml-env-tag>=1.1" ,
60+ " zensical>=0.0.44" ,
6361]
6462
6563[tool .mypy ]
You can’t perform that action at this time.
0 commit comments