~ihabunek/spajza

Place to keep my recipes
Update limun ploške
Add .build.yml

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~ihabunek/spajza
read/write
git@git.sr.ht:~ihabunek/spajza

You can also use your local clone with git send-email.

#Špajza

A place to hold my recipes.

To render the recipes, you will Python 2.7.x with Pip and Virtualenv. For directions for your platform, see the Hitchhiker's guide to Python.

Create a virtual environment:

virtualenv env

Activate the environment on Windows::

env\Scripts\activate.bat

or on Linux:

source venv/bin/activate

Install Sphinx (only the first time)

pip install -r requirements.txt

Generate HTML

make html

Check out make help for a full list of target formats.