We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76653f0 commit ba48acdCopy full SHA for ba48acd
1 file changed
docs/conf.py
@@ -30,7 +30,8 @@
30
31
linkcheck_anchors = True
32
linkcheck_ignore = [
33
- r"https://github.com/crate/cratedb-examples/blob/main/by-language/python-sqlalchemy/.*"
+ r"https://github.com/crate/cratedb-examples/blob/main/by-language/python-sqlalchemy/.*",
34
+ r"https://realpython.com/",
35
]
36
37
rst_prolog = """
0 commit comments