Skip to content

Commit 444348d

Browse files
committed
Add https://stackoverflow.com to ignore in linkcheck, and sort entries
1 parent f25fa57 commit 444348d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@
9393
r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue",
9494
r"https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0", # volto
9595
# Ignore unreliable sites
96-
r"https://web.archive.org/", # volto
97-
r"https://www.youtube.com/playlist", # volto, TODO remove after installing sphinxcontrib.youtube
9896
r"https://chromewebstore.google.com/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi", # TODO retest with latest Sphinx when upgrading theme. chromewebstore recently changed its URL and has "too many redirects".
9997
r"https://chromewebstore.google.com/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd", # TODO retest with latest Sphinx when upgrading theme. chromewebstore recently changed its URL and has "too many redirects".
98+
r"https://stackoverflow.com", # volto and documentation # TODO retest with latest Sphinx.
99+
r"https://web.archive.org/", # volto
100+
r"https://www.youtube.com/playlist", # volto, TODO remove after installing sphinxcontrib.youtube
100101
]
101102
linkcheck_anchors = True
102103
linkcheck_timeout = 10

docs/glossary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,5 +692,6 @@ Nick
692692
[Nick](https://nickcms.org/) is a headless content management system {term}`CMS` built with {term}`Node.js`.
693693
694694
predicate
695+
predicates
695696
In programming, a predicate is a test which returns `true` or `false`.
696697
```

0 commit comments

Comments
 (0)