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

Bring back Bridle's document version selector #276

Merged
merged 4 commits into from
Nov 20, 2024
Merged

Bring back Bridle's document version selector #276

merged 4 commits into from
Nov 20, 2024

Commits on Nov 20, 2024

  1. requirements: change and add differet PyPi packages

    - build: regex to >=2024.11
    - documentation: sphinx-tsn-theme to ~2024.11
    
    Signed-off-by: Stephan Linz <linz@li-pro.net>
    rexut committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    28946ab View commit details
    Browse the repository at this point in the history
  2. doc: fix version string handling

    Extends the `version` variable with the extra string so that the
    HTML builder together with the corresponding theme can output the
    correct version number. The new variable `shortversion`, also
    integrated as a Sphinx replacement, can now be used within the
    Bridle documentation for the correct output from the
    `bridle version` command.
    
    Signed-off-by: Stephan Linz <linz@li-pro.net>
    rexut committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d1ac0a7 View commit details
    Browse the repository at this point in the history
  3. doc: fix version string in helloshell console output

    Use the new replacement with the `shortversion` number.
    
    Signed-off-by: Stephan Linz <linz@li-pro.net>
    rexut committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    03623ad View commit details
    Browse the repository at this point in the history
  4. release: add draft notes for upcoming 4.0.0

    Add GitHub issues #275.
    
    Signed-off-by: Stephan Linz <linz@li-pro.net>
    rexut committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6b4b666 View commit details
    Browse the repository at this point in the history