.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
README.rst
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
src/sphinx_notionbuilder/__init__.py
src/sphinx_notionbuilder/py.typed
src/sphinx_notionbuilder.egg-info/PKG-INFO
src/sphinx_notionbuilder.egg-info/SOURCES.txt
src/sphinx_notionbuilder.egg-info/dependency_links.txt
src/sphinx_notionbuilder.egg-info/not-zip-safe
src/sphinx_notionbuilder.egg-info/requires.txt
src/sphinx_notionbuilder.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_builder.py