The docs in source
are also a zk
notebook 😉
Write docs in your editor, as you know best; with zk
!
- install Sphinx
- install Furo theme:
pip install furo
From the root directory run sphinx-build -a source build
This will build the static html site in build
.
Then open build/index.html
in your browser.