Add workflows and dependencies to build and deploy versioned docs#125
Merged
Conversation
Collaborator
Author
|
hey @raar1 there is a familiar sonar cloud error in the workflow runs of this PR that I think you know more about. I also seem to remember that you had a really good time solving that! Can you maybe do it again? |
Collaborator
Author
Collaborator
I've fixed the token issue and added instructions to the developer README on how to fix it |
af2e4b1 to
76ca2bb
Compare
|
raar1
approved these changes
Mar 2, 2026
raar1
left a comment
Collaborator
There was a problem hiding this comment.
Looks good! Tested locally with mike serve and all seems in order
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.



fixes #123
The versioned documentation of all previous minor releases has already been deployed on www.mibipret.github.io/mibiscreen
Any PR's and commits to the main branch (including the opening of this PR) will trigger the build and deployment of a 'develop' version of the documentation.
You can also test locally by
issue123_versioned_docs), installing the new documentation dependencies withpip install .[doc],mike serve