Skip to content

Commit 67d2790

Browse files
committed
docs(chore[_ext]): add package marker for bundled extensions
why: Establish a real package boundary under docs._ext before repointing imports. what: - add docs/_ext/__init__.py - make the docs extension namespace importable as a package root
1 parent 62a7030 commit 67d2790

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/_ext/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""Sphinx extensions bundled with the project documentation."""
2+
3+
from __future__ import annotations

0 commit comments

Comments
 (0)