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

Pin sphinx version #76

Merged
merged 2 commits into from
Aug 21, 2023
Merged

Pin sphinx version #76

merged 2 commits into from
Aug 21, 2023

Commits on Aug 18, 2023

  1. temporarily pin Sphinx requirement

    Seems the latest Sphinx update has caused some issues ...
    
    7.2.2 doesn't work with the notfound extension (see
    readthedocs/sphinx-notfound-page#219 ).
    When restricting Sphinx to <7.2.0, RTD uses 6.2.1 though, which
    is incompatible with a Furo change (see
    pradyunsg/furo#693 ).
    
    Therefore, restrict Sphinx to 7.1.2 until the issues are resolved.
    
    Signed-off-by: Ruth Fuchss <ruth.fuchss@canonical.com>
    ru-fu committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bc5a5a7 View commit details
    Browse the repository at this point in the history
  2. remove pinned-requirements.txt

    Closes canonical#74.
    
    Signed-off-by: Ruth Fuchss <ruth.fuchss@canonical.com>
    ru-fu committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5d23d08 View commit details
    Browse the repository at this point in the history