Skip to content

Commit ba48acd

Browse files
committed
Chore: Satisfy link checker
1 parent 76653f0 commit ba48acd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030

3131
linkcheck_anchors = True
3232
linkcheck_ignore = [
33-
r"https://github.com/crate/cratedb-examples/blob/main/by-language/python-sqlalchemy/.*"
33+
r"https://github.com/crate/cratedb-examples/blob/main/by-language/python-sqlalchemy/.*",
34+
r"https://realpython.com/",
3435
]
3536

3637
rst_prolog = """

0 commit comments

Comments
 (0)