summaryrefslogtreecommitdiffstats
path: root/eng/wscript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* waf: Remove as many sys path hacks as we can.Chris Johns2019-02-131-11/+7
| | | | | | | | 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).
* Initial start of converting the Word outline to RestJoel Sherrill2018-12-171-0/+11
Thanks to Scott Zemerick <scott.zemerick@tmctechnologies.com> for the analysis and ideas that led to this.