docs: update docs to zensical#378
Conversation
Signed-off-by: Sricharan Reddy Varra <sricharan.varra@biohub.org>
Signed-off-by: Sricharan Reddy Varra <sricharan.varra@biohub.org>
|
This is great @srivarra! Thank you for doing this.
- in CLI Reference I see a few minor double indents:
|
talonchandler
left a comment
There was a problem hiding this comment.
Minor changes requested. LGTM after those.
Signed-off-by: Sricharan Reddy Varra <sricharan.varra@biohub.org>
Signed-off-by: Sricharan Reddy Varra <sricharan.varra@biohub.org>
It'll show whatever is on the main branch. |


Migrate docs from Sphinx + sphinx-polyversion to Zensical.
Why?
sphinx-polyversionhas been a bit of a burden; from the fork dependency forsetuptools_scmcompatibility,uv runsilently reverting the fork (#373), manualpoly.pyupdates per release, and silent build failures deploying empty sites.What changed
mkdocstringsfor API autodocconf.py+poly.pyreplaced byzensical.tomlCONTRIBUTING.mdwith new docs workflowTradeoffs
The docs still get deployed to GitHub Pages which doesn't allow for previewing them in CI. We are getting readthedocs access though (it's coming... eventually).