Skip to content

Commit c799177

Browse files
joseph-isaacsclaude
andcommitted
docs: suppress intersphinx inventory warnings in CI
Add intersphinx_timeout and suppress intersphinx.external warnings so that unreachable inventories (e.g. pandas 522 errors) don't fail the --fail-on-warning build. Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5f50894 commit c799177

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
"numpy": ("https://numpy.org/doc/stable", None),
5353
"polars": ("https://docs.pola.rs/api/python/stable", "polars.objects.inv"),
5454
}
55+
intersphinx_timeout = 10
56+
57+
suppress_warnings = [
58+
"intersphinx.external",
59+
]
5560

5661
git_root = Path(__file__).parent.parent
5762

0 commit comments

Comments
 (0)