Skip to content

Commit 3a35f55

Browse files
authored
docutils seem to block crawlers (#2305)
1 parent 33a57a3 commit 3a35f55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ def setup(app: Sphinx) -> Dict[str, Any]:
387387
r"https?://www.gnu.org/software/gettext/.*",
388388
r"https://www.npmjs.com/.*",
389389
r"https://sass-lang.com/.*",
390+
r"https://docutils.sourceforge.io/.*",
390391
]
391392

392393
linkcheck_allowed_redirects = {

0 commit comments

Comments
 (0)