Skip to content

Commit

Permalink
Merge pull request #84 from melexis/serial
Browse files Browse the repository at this point in the history
Fix doc build in CI
  • Loading branch information
JasperCraeghs authored Nov 14, 2024
2 parents c9edfd2 + 6e3d823 commit 8235fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions warnings_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ sphinx:
min: 0
max: 0
exclude:
- "WARNING: the mlx.traceability extension is not safe for parallel reading"
- "WARNING: doing serial read"
- 'WARNING: Connection failed: HTTPSConnectionPool\(host=.+, port=\d+\): Max retries exceeded with url: /api/v2/[\w/?=&\\]+ \(Caused by NameResolutionError\(\"<urllib3\.connection\.HTTPSConnection object at [0-9a-z]+>: Failed to resolve .+ \(\[Errno -2\] Name or service not known\)\"\)\)'
- 'WARNING: Connection failed: HTTPSConnectionPool\(host=.+, port=\d+\): Max retries exceeded with url: /api/v2/[\w/?=&\\]+ \(Caused by NameResolutionError\(\"<urllib3\.connection\.HTTPSConnection object at [0-9a-z]+>: Failed to resolve .+ \(\[Errno -3\] Temporary failure in name resolution\)\"\)\)'
- 'WARNING: CID \d+: Could not find item ID .+ in traceability collection.'
Expand Down

0 comments on commit 8235fb0

Please sign in to comment.