The Corbon documentation

Building a corbon site

To build a corbon site, the best thing to do is create a simple build script. An example of a build script is provided as builddocs.py, and it generates the documentation site. It looks like this:

from corbon import buildSite
buildSite('sources', 'site')
	

You can also provide some optional settings.

Tags