mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-29 04:23:34 +01:00
949 B
949 B
Documentation
CyMaIS uses Sphinx to automatically generate its documentation and leverages the Awesome Sphinx Theme for a sleek and responsive design. Enjoy a seamless, visually engaging experience 🚀✨.
For Users
You can access the documentation here 🔗. Browse the latest updates and guides to get started.
For Administrators
Setup
On Localhost
To generate the documentation locally, run the following command:
pkgmgr shell cymais -c "make refresh"
This command cleans the previous build and generates the updated documentation. Once complete, you can view it at the output location (e.g., templates/html/index.html) 👀💻.
On Server
Debug
To debug and produce an .log execute:
pkgmgr shell cymais -c "make refresh SPHINXOPTS='-v -c .' 2>&1 | tee debug.log"