Skip to content

Commit 055eb84

Browse files
committed
Fix conf.py syntax error
1 parent 0bc3221 commit 055eb84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@
275275
},
276276
}
277277

278-
linkcheck_allowed_redirects = [
278+
linkcheck_allowed_redirects = {
279279
r'https://ftc-docs\.firstinspires\.org/.*': r'https://ftc-docs\.firstinspires\.org/en/latest/.*'
280-
]
280+
}
281281

282282
# Firstinspires redirects to login and break our link checker :)
283283
# ftc-ml.firstinspires.org does a redirect that linkcheck hates.

0 commit comments

Comments
 (0)