Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation generation fails due to python include path errors #1

Open
JohnVidler opened this issue Mar 3, 2022 · 1 comment
Open
Labels
bug Something isn't working

Comments

@JohnVidler
Copy link
Collaborator

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:

  • Dynamic includes via importlib with the paths corrected
  • An updated system path at runtime to match the inner script root
@JohnVidler
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant