mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 12:19:26 +08:00

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.
4 lines
145 B
Python
4 lines
145 B
Python
from common.waf import cmd_configure as configure
|
|
from common.waf import cmd_build_images as build
|
|
from common.waf import cmd_options as options
|