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

plugins/Sphinx: Work around Sphinx using new config format #48

Merged
merged 2 commits into from
Apr 25, 2024

Commits on Apr 22, 2024

  1. plugins/Sphinx: Work around Sphinx using new config format

    Since Sphinx 7.3.0 they use a new toml-based config format for the theme
    configuration. See:
    sphinx-doc/sphinx#12265
    
    This breaks how the Flamingo Sphinx plugin handles the theme
    configuration.
    
    With this change we pin Sphinx to a version <7.3.0 to work around this
    issue until we have a proper fix.
    
    Signed-off-by: Chris Fiege <[email protected]>
    SmithChart committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9d164d0 View commit details
    Browse the repository at this point in the history
  2. v1.10.1: Bump version and update changelog

    Signed-off-by: Chris Fiege <[email protected]>
    SmithChart committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2e45b98 View commit details
    Browse the repository at this point in the history