.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
init_project.sh
pyproject.toml
pyrightconfig.json
pyrightconfig.local.json
tox.ini
.github/workflows/CODEOWNERS
.github/workflows/configure_repo.yml
.github/workflows/dev_pr.yml
.github/workflows/main_pr.yml
.github/workflows/publish_on_tag.yml
.github/workflows/sync_main_to_dev.yml
.github/workflows/tag_on_merge.yml
docs/AUTHORS.rst
docs/CHANGELOG.rst
docs/CODE_OF_CONDUCT.rst
docs/CONTRIBUTING.rst
docs/LICENSE.rst
docs/Makefile
docs/README.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/_ext/link_rewriter.py
docs/images/testimage
src/sphinx_linkfix/__init__.py
src/sphinx_linkfix/_version.py
src/sphinx_linkfix/_version.pyi
src/sphinx_linkfix/extension.py
src/sphinx_linkfix.egg-info/PKG-INFO
src/sphinx_linkfix.egg-info/SOURCES.txt
src/sphinx_linkfix.egg-info/dependency_links.txt
src/sphinx_linkfix.egg-info/requires.txt
src/sphinx_linkfix.egg-info/top_level.txt
tests/conftest.py
tests/test_demo.py
tests/test_extension.py
tests/test_sphinx_integration.py