.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
conftest.py
pyproject.toml
setup.py
uv.lock
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/dependabot-merge.yml
.github/workflows/lint.yml
.github/workflows/publish-site.yml
.github/workflows/release.yml
docs/source/__init__.py
docs/source/api-reference.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/release-process.rst
src/sphinx_literalizer/__init__.py
src/sphinx_literalizer/py.typed
src/sphinx_literalizer.egg-info/PKG-INFO
src/sphinx_literalizer.egg-info/SOURCES.txt
src/sphinx_literalizer.egg-info/dependency_links.txt
src/sphinx_literalizer.egg-info/not-zip-safe
src/sphinx_literalizer.egg-info/requires.txt
src/sphinx_literalizer.egg-info/top_level.txt
tests/__init__.py
tests/test_extension.py