-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-3164 Outdated link from PyMongo docs to community forum #895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -80,6 +80,11 @@ | |||
# A list of ignored prefixes for module index sorting. | |||
# modindex_common_prefix = [] | |||
|
|||
# Options for link checking | |||
linkcheck_ignore = [ | |||
"https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.rst#requesting-an-immediate-check" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why ignore this link? It works fine for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get an error saying that the anchor is unavailable. I think the anchors get lazily created after it gets rendered.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh thanks. Could you add a comment explaining that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@@ -80,6 +80,11 @@ | |||
# A list of ignored prefixes for module index sorting. | |||
# modindex_common_prefix = [] | |||
|
|||
# Options for link checking | |||
linkcheck_ignore = [ | |||
"https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-monitoring.rst#requesting-an-immediate-check" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh thanks. Could you add a comment explaining that?
No description provided.