Commit cce3935
Fix docs build: suppress upstream type-hint warnings, restore -W
Suppress sphinx-autodoc-typehints warnings from upstream libraries:
- ColorType forward reference from matplotlib.figure.Figure
- Guarded iris import from xarray.core.dataarray
- Guarded folium import from geopandas.geodataframe
These are optional deps of upstream packages, not our issue.
Restores -W (warnings as errors) to match the scverse template.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fc2909a commit cce3935
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
145 | 152 | | |
146 | 153 | | |
147 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments