Sphinx HTML and 17-page LaTeX PDF for the audit-ready pack
Some checks are pending
ci / markdown (push) Waiting to run

source/ is the Sphinx tree. Companion PDF hrefs are relative, not Markdown.
This commit is contained in:
George Lambert 2026-09-15 23:59:54 -04:00
parent afa270a141
commit da60402e88
104 changed files with 16818 additions and 0 deletions

View file

@ -17,3 +17,10 @@ jobs:
grep -q "not a HIPAA" README.md
grep -q "Cure53" PEERGOS-VERIFICATION.md
grep -q "Radically Open Security" PEERGOS-VERIFICATION.md
test -f source/conf.py
test -f source/index.rst
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install sphinx
- run: sphinx-build -b html source build/html