Fee free to create issues for
- 🤔 Questions
- 🐞 Bug report
- ✨Feature requests
We appreciate any feedbacks! Also check our community on Spectrum.
If you have security issue, please report to security@zarvis.ai. We'll take them seriously.
skaffold dev --port-forward
and browse localhost:8000
Install sphinx and theme
pip install sphinx sphinx_rtd_theme
Build
cd docs; make html
Docs will be generated under /docs/_build/
directory.