lancaster-university / codal-bootstrap

MIT License
0 stars 1 forks source link

Documentation generation fails due to python include path errors #1

Open JohnVidler opened 2 years ago

JohnVidler commented 2 years ago

The documentation generation function of build.py includes a bunch of utility libraries on the utils/python subpath, but as these are outside the python include path, they fail to resolve and halt the script.

These all need to be moved to either:

JohnVidler commented 2 years ago

Some documentation can now be built via ./build.py --bootstrap --makedocs although this is very experimental while I get the supporting files sorted.