Skip to content

Commit fb8ba43

Browse files
committed
📝 Add badges for pytest plugins
* Ignore linkcheck errors for readme anchors in GitHub
1 parent ef5a226 commit fb8ba43

File tree

3 files changed

+350
-0
lines changed

3 files changed

+350
-0
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Added
2626
Changed
2727
~~~~~~~
2828

29+
* 📝 Expand the pytest plugins section
2930
* 🎨 Restructure the documentation
3031

3132
* Move packages outside libraries

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
r"https://sourceforge.net/",
7474
]
7575

76+
linkcheck_anchors_ignore = ["readme"]
77+
7678
# All HTTP redirections from the source URI to the canonical URI will be treated# as "working".
7779
linkcheck_allowed_redirects = {
7880
r"https://devpi\.net/docs/$": r"https://devpi\.net/docs/[-a-z]+/(?:latest|stable|master)/$",

0 commit comments

Comments
 (0)