summaryrefslogtreecommitdiffstats
path: root/images/wscript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* waf: Remove as many sys path hacks as we can.Chris Johns2019-02-131-7/+3
| | | | | | | | There are still sys.path hacks in the conf.py files. They cannot be removed because the instance of python running the sphinx-build command does not see our top level path hacks. I looked at using PYTHONPATH but I could not figure out how to set a process environ var for a waf build instance.
* build: Prepend project common pathSebastian Huber2019-02-081-1/+1
| | | | | This avoids conflicts with standard packages such as PIL (Python Imaging Library).
* waf: Add support to build PlantUML and Ditaa images.Chris Johns2018-11-031-0/+7