Skip to content
8 changes: 8 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@ def _set_root_image_path(page_path: str) -> None:
}
nitpicky = True

nitpick_ignore = [
("py:class", "typing.Self"),
("py:data", "typing.Union"),
]

# -- Options for to-do extension ----------------------------------------------

# If true, `todo` and `todoList` produce output, else they produce nothing.
Expand Down Expand Up @@ -455,4 +460,7 @@ def linkcode_resolve(domain, info) -> Optional[str]: # noqa: ANN001
# todo: these links seems to be unstable, referring to .devcontainer
"https://code.visualstudio.com",
"https://code.visualstudio.com/.*",
# Ignore Medium articles which return 403 to automated clients
# Mean-Average-Precision (mAP) and Mean-Average-Recall (mAR)
"https://jonathan-hui.medium.com/map-mean-average-precision-for-object-detection-45c121a31173",
]
Loading