fix(docs): Resolve missing images in Sphinx output (#499)

This commit is contained in:
Tristan Nolde
2024-01-01 14:31:56 +01:00
committed by GitHub
parent daffcadd11
commit 5a2f2b0e2c
4 changed files with 40 additions and 38 deletions

View File

@@ -95,6 +95,8 @@ intersphinx_mapping: Final[dict[str, tuple[str, None]]] = {
"sqlalchemy": ("https://docs.sqlalchemy.org/en/14", None),
}
myst_enable_extensions: Final[list[str]] = ["html_image"]
notfound_urls_prefix = "/"
myst_enable_extensions = ["dollarmath", "amsmath"]