summaryrefslogtreecommitdiffstats
path: root/filesystem/conf.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-08build: Prepend project common pathSebastian Huber1-1/+1
This avoids conflicts with standard packages such as PIL (Python Imaging Library).
2017-03-20Use a single top level version number.Chris Johns1-4/+5
2016-12-21Update version/revision to 4.11.99Sebastian Huber1-2/+2
2016-11-09filesystem: Fix header levels.Chris Johns1-3/+5
2016-05-02Add support for singlehtml (inlined) HTML file, plus some other fixes.Amar Takhar1-2/+1
* This is still broken. * Rename sphinx_rtd_theme so it doesn't pickup locally installed ones * Add a hack to theme.css to get around inliner bug. * Some unrelated fixups in common/waf.py Unfortunatly several dozen fixes got merged into this.
2016-05-02Add PDF generation support use with --pdfAmar Takhar1-0/+4
2016-05-02Rework how conf.py is handled.Amar Takhar1-0/+8
Needed to switch due to increasing complexity.