You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modernize installation of NAV scripts/binaries using pyproject.toml (#2676, #2679)
Changed the documentation theme from "Bootstrap" to "Read The Docs", as the Bootstrap theme was no longer being maintained. This also avoids unnecessary JavaScript libraries in the docs (#2805, #2825, #2824, #2834, #2837, #2833, #2853, #2868)
Various changes needed to move NAV closer to being fully compatible with Python 3.11:
Replaced all uses of pkg_resources with importlib (#2791, #2798, #2799)
Upgraded Twisted to a version that supports Python 3.11 (#2792, #2796)