Skip to content

Commit

Permalink
add regex correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Sep 12, 2024
1 parent e531860 commit 55210f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@
# Links we ignore, because they do not work temporary and we cannot fix it
linkcheck_ignore = [
"https://www.big-map.eu/",
"*concept/index.html",
"*howto/index.html",
r".*concept/index.html",
r".*howto/index.html",
"http://127.0.0.1:8000/workgraph",
]

Expand Down

0 comments on commit 55210f2

Please sign in to comment.