Merge branch 'bugfix/15' into dev

ID: 15
Type: bugfix
Title: modularize module containers
Status: open
Priority: high
Created: 2025-06-28
Description: Even though importlib can find submodules through traversing paths
             instead of relying on __init__.py for every ancestor module, this
             is not supported by some modules like sphinx.ext.autosummary
This commit is contained in:
Tiara Rodney 2025-06-28 01:42:33 +02:00
commit c96568f42f
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
3 changed files with 1 additions and 1 deletions

2
TODO
View file

@ -211,7 +211,7 @@ Description: with a proper content-type of the PkgHandler addinfourl object, a
ID: 15
Type: bugfix
Title: modularize module containers
Status: in-progress
Status: open
Priority: high
Created: 2025-06-28
Description: Even though importlib can find submodules through traversing paths

View file

View file