Another Zensical Experiment

This commit is contained in:
oleibman
2026-08-30 23:22:08 -07:00
parent c5898ac9cd
commit bbb12e7fcd
+9 -5
View File
@@ -7,8 +7,12 @@ build:
os: ubuntu-24.04
tools:
python: "3"
commands:
# 1. Install ProperDocs and any required themes/plugins
- pip install properdocs properdocs_theme_readthedocs properdocs_theme_mkdocs
# 2. Build the static site using the properdocs executable
- properdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html
jobs:
install:
- pip install zensical
build:
html:
- zensical build
post_build:
- mkdir -p $READTHEDOCS_OUTPUT/html/
- cp --recursive site/* $READTHEDOCS_OUTPUT/html/