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 96e23e5 commit 3adad03Copy full SHA for 3adad03
docs/conf.py
@@ -55,6 +55,8 @@
55
# The crawler gets "Anchor not found"
56
r"https://github.com.+?#.*",
57
r"https://hackmd\.io/[^?]+\?[^#]+#.+",
58
+ # Google Meet gives 404
59
+ r"https://meet.google.com/.*"
60
# RTD preview builds:
61
r"https://[a-zA-Z0-9.-]+\.org\.readthedocs\.build/[a-zA-Z0-9.-]+/[a-zA-Z0-9.-]+/",
62
# Deleted pages:
0 commit comments