Quickstart#
All documenation files are placed in the Docs/ subfolder. They can be moved if another directory structure if needed.
The template uses Pixi as a package manager. See the pixi.toml file for available commands.
Customize the
Docs/conf.pyfile to adapt project as needed. (deletequickstart.mdandcustomize/).To build the sphinx documenation’s HTML pages run the following: 🎉
pixi run html
To build the PDF version run:
pixi run pdf