allow sphinx to link to barkshark-lib docs

This commit is contained in:
Izalia Mae 2024-04-23 00:22:24 -04:00
parent 9fd658b90c
commit c56926fc51

View file

@ -46,6 +46,7 @@ external_toc_exclude_missing = True
templates_path = ["templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
intersphinx_mapping = {
"blib": ("https://docs.barkshark.xyz/blib", None),
"python": (f"https://docs.python.org/{pyversion}", None)
}