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:
commit
c96568f42f
3 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
|
@ -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
|
||||
|
|
|
|||
0
src/byteb4rb1e/testing/__init__.py
Normal file
0
src/byteb4rb1e/testing/__init__.py
Normal file
0
src/byteb4rb1e/utils/__init__.py
Normal file
0
src/byteb4rb1e/utils/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue