We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e906fd0 commit 55c688aCopy full SHA for 55c688a
docs/conf.py
@@ -32,8 +32,10 @@
32
r"https://github.com/.*/(issues|pull)/\d+",
33
# Rate limits and the latest tag is missing anyways on release.
34
"https://github.com/python-attrs/attrs/tree/.*",
35
- # GitHub just completely broke anchors hashtag modern web dev.
36
- "https://github.com/python-attrs/attrs/commit/88aa1c897dfe2ee4aa987e4a56f2ba1344a17238#diff-4fc63db1f2fcb7c6e464ee9a77c3c74e90dd191d1c9ffc3bdd1234d3a6663dc0R48",
+]
+
37
+linkcheck_anchors_ignore_for_url = [
38
+ r"^https?://(www\.)?github\.com/.*",
39
]
40
41
# In nitpick mode (-n), still ignore any of the following "broken" references
0 commit comments