Skip to content

Commit

Permalink
Fixed docs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Nov 4, 2024
1 parent 349d758 commit 5409d83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,14 @@
# -- InterSphinx --------------------------------------------------------------

intersphinx_mapping = {
"python": ("https://docs.python.org/3.8/", None),
"python": ("https://docs.python.org/3.13/", None),
"pytest": ("https://docs.pytest.org/en/latest/", None),
"osvb": ("https://umarcor.github.io/osvb", None),
}

nitpick_ignore_regex = [
("py:class", r".*"),
]
# -- ExtLinks -----------------------------------------------------------------

extlinks = {
Expand Down

0 comments on commit 5409d83

Please sign in to comment.