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

Address circular imports complaints by Sphinx 7.2+ #4023

Merged
merged 5 commits into from
Aug 23, 2023

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    c0985fe View commit details
    Browse the repository at this point in the history
  2. Remove cap on sphinx

    abravalheri committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    76adb8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3295187 View commit details
    Browse the repository at this point in the history
  4. Delay import of extern.packaging to avoid conflicting class references

    Somehow before this change the tests were failing because the ``Version`` class
    imported in the tests was different from the ``Version`` class produced
    in the code under test.
    abravalheri committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    eaa1a75 View commit details
    Browse the repository at this point in the history
  5. Add news fragment

    abravalheri committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0cf5182 View commit details
    Browse the repository at this point in the history