1Quod Libet / Ex Falso Documentation
2===================================
3
4Dependencies:
5
6* sphinx (http://sphinx-doc.org/)
7
8Build:
9
10make
11    Build full documentation
12
13make guide
14    Build only the user guide
15
16../setup.py build_sphinx
17    Build the user guide and put it into ``../build/sphinx``.
18    This is meant for packagers who want to ship and install the user guide.
19