Build

Note

You can use the makefile with make command to build package and documentation.

Build debian package

sudo apt install devscripts
cd naivecalendar-x.y.z/
debuild -us -uc

Note

You can personnalize your themes before building, all themes folder content will be included in the package

Build the doc

cd docs/
python3 -m pip install -r requirements.txt
make html