summaryrefslogtreecommitdiff
path: root/c-user/wscript (follow)
AgeCommit message (Collapse)Author
2019-02-13waf: Remove as many sys path hacks as we can.Chris Johns
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.
2019-02-08build: Prepend project common pathSebastian Huber
This avoids conflicts with standard packages such as PIL (Python Imaging Library).
2017-03-27waf: Cleaner formatting to see the importing.Chris Johns
2016-11-03Rename all manuals with an _ to have a -. It helps released naming of files.Chris Johns