.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
assets/logo.png
sphinx_relabel/__init__.py
sphinx_relabel/_version.py
sphinx_relabel/callback.py
sphinx_relabel.egg-info/PKG-INFO
sphinx_relabel.egg-info/SOURCES.txt
sphinx_relabel.egg-info/dependency_links.txt
sphinx_relabel.egg-info/requires.txt
sphinx_relabel.egg-info/top_level.txt
tests/__init__.py
tests/integration/__init__.py
tests/integration/relabel_integration_test.py
tests/integration/dict_input_example/__init__.py
tests/integration/dict_input_example/another.rst
tests/integration/dict_input_example/conf.py
tests/integration/dict_input_example/index.rst
tests/integration/file_input_example/__init__.py
tests/integration/file_input_example/another.rst
tests/integration/file_input_example/conf.py
tests/integration/file_input_example/index.rst
tests/integration/file_input_example/labels.json
tests/unit/__init__.py
tests/unit/relabel_unit_test.py