dzgui/docs
aclist 58a2bf0bfa
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
Merge pull request #328 from aclist/docs/licenses
Docs/licenses
2026-06-04 19:24:25 +09:00
..
licenses feat: pack licenses into tarball (WIP) 2026-06-03 19:23:36 +09:00
source docs: add dzgui7 onboarding page 2026-06-03 14:01:38 +09:00
LICENSE feat: dzgui 7 alpha 2025-12-08 17:32:25 +09:00
make.bat feat: dzgui 7 alpha 2025-12-08 17:32:25 +09:00
Makefile feat: dzgui 7 alpha 2025-12-08 17:32:25 +09:00
README.md feat: dzgui 7 alpha 2025-12-08 17:32:25 +09:00
requirements.txt feat: dzgui 7 alpha 2025-12-08 17:32:25 +09:00

Dependencies:

pip install -r requirements.txt

Setup:

  1. Modify source/conf.py.
  2. Add .rst pages to source tree.

Build

$ mkdir build
$ sphinx-build -M html source build -a

Publish

Export contents of build/html to host.

N.B. For GitHub, touch .nojekyll file on the root of the branch.