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 ef5a226 commit fb8ba43Copy full SHA for fb8ba43
CHANGELOG.rst
@@ -26,6 +26,7 @@ Added
26
Changed
27
~~~~~~~
28
29
+* 📝 Expand the pytest plugins section
30
* 🎨 Restructure the documentation
31
32
* Move packages outside libraries
docs/conf.py
@@ -73,6 +73,8 @@
73
r"https://sourceforge.net/",
74
]
75
76
+linkcheck_anchors_ignore = ["readme"]
77
+
78
# All HTTP redirections from the source URI to the canonical URI will be treated# as "working".
79
linkcheck_allowed_redirects = {
80
r"https://devpi\.net/docs/$": r"https://devpi\.net/docs/[-a-z]+/(?:latest|stable|master)/$",
0 commit comments