Introduce build automation for generated docs#75
Open
tuxalp wants to merge 5 commits into
Open
Conversation
ue71603
requested changes
May 21, 2026
Contributor
ue71603
left a comment
There was a problem hiding this comment.
This PR is not mergable:
- You deleted the old workflow (already prior to the PR) ci.yml. This would have shown you a lot about handling the branches.
- It does not make the toolchain work, but only one element. When I ue build_all.bat two processes break.
- pages.yaml still starts with an inappropriate comment.
- already in main branch: the usage of configuration.py broke the toolchain as it was not applied over everything.
- The readme.md about uv is not really done in the way one should do stuff.How to install, how to load.
So as the PR is incomplete and breaking the toolchain, I don't have a look at this PR again, until it is really finished and documented.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Components of the build automation framework:
pyproject.tomlconfigured withsetuptools(https://setuptools.pypa.io/en/latest/)python -m build(can be run locally)setup.pyin the root project acts as the interface for the build (where we can add tools to be run during the build)pages.yamlruns a scripttools/build.sh(can also be run/tested locally) which runs the build viapython -m buildand uploads the generated docs to GitHub Pages