We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc2f30 commit e047a76Copy full SHA for e047a76
docs/conf.py
@@ -49,6 +49,8 @@
49
r"https://dev.mysql.com/.*",
50
# HTTPSConnectionPool(host='www.softwareag.com', port=443): SSL: CERTIFICATE_VERIFY_FAILED
51
r"https://www.softwareag.com/.*",
52
+ # 403 Client Error: Forbidden for url
53
+ r"https://dzone.com/.*",
54
]
55
56
linkcheck_anchors_ignore_for_url += [
0 commit comments