.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
Makefile
README.md
common.mk
pyproject.toml
uv.lock
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/renovate.json5
.github/workflows/policy.yaml
.github/workflows/qa.yaml
.github/workflows/release-drafter.yaml
.github/workflows/release-publish.yaml
sphinx_roles/__init__.py
sphinx_roles/_version.py
sphinx_roles/domain.py
sphinx_roles/roles.py
sphinx_roles.egg-info/PKG-INFO
sphinx_roles.egg-info/SOURCES.txt
sphinx_roles.egg-info/dependency_links.txt
sphinx_roles.egg-info/requires.txt
sphinx_roles.egg-info/top_level.txt
tests/__init__.py
tests/integration/__init__.py
tests/integration/sphinx_roles_integration_test.py
tests/integration/example/__init__.py
tests/integration/example/conf.py
tests/integration/example/index.rst
tests/integration/example/myst-file.md
tests/integration/example/other-file.rst
tests/unit/__init__.py
tests/unit/test_sphinx_roles.py