Commit c3b308e
authored
Ignore all .so files in linkcheck (#178)
This changes the .so file regex patterns in linkcheck_ignore to encompass all .so paths, instead of specific .so paths.
The Slang .so libraries have been renamed, so the current regex patterns do not ignore the bad links made from references to them in the docs. Sphinx misinterprets .so filenames as website URLs with the Somalian .so country TLD, which inevitably fail the link check, so those fake links need to be ignored.1 parent cc8f343 commit c3b308e
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
183 | | - | |
| 181 | + | |
184 | 182 | | |
185 | 183 | | |
186 | 184 | | |
| |||
0 commit comments