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

Add Sphinx 6.1.3 to test matrix #885

Merged
merged 6 commits into from
Jan 18, 2023
Merged

Add Sphinx 6.1.3 to test matrix #885

merged 6 commits into from
Jan 18, 2023

Commits on Jan 17, 2023

  1. Add Sphinx 6.1.3 to test matrix

    But don't test it against 3.7 as it does not support that release.
    michaeljones committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ef4e245 View commit details
    Browse the repository at this point in the history
  2. Adjust constraint setup.py

    So that we accept Sphinx 6.
    michaeljones committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    00b29e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    687a327 View commit details
    Browse the repository at this point in the history
  4. Update changelog with latest changes

    I'm afraid I'm blurry on where the sort option applies and don't quite
    have the energy to investigate properly.
    michaeljones committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    81a92d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Remove <7 constraint from requirement file

    As we're expecting Sphinx to have more major version changes in the near future and this will make things smoother.
    
    Co-authored-by: Jakob Lykke Andersen <[email protected]>
    michaeljones and jakobandersen authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    86298cc View commit details
    Browse the repository at this point in the history
  2. Remove <7 constraint from setup.py

    Same reasoning as the last commit.
    michaeljones committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4258539 View commit details
    Browse the repository at this point in the history