[Scheduled docs-ci](https://github.com/nextstrain/augur/actions/runs/27976466557/job/82795388114) failed with warning for numpy types ``` <unknown>:1: WARNING: py:class reference target not found: numpy._typing._array_like.GenericAlias [ref.class] ``` This is not an issue in our RTD build since we are using Python 3.11, but will [cause different renderings in Python 3.12](https://github.com/nextstrain/augur/issues/2017#issuecomment-4846436371). We're [ignoring the warning](https://github.com/nextstrain/augur/blob/2a525b580f94b56334da96b5bec60314b69a31ec/docs/conf.py#L156-L160) for now, but would be good to eventually fix when moving RTD build to Python 3.12.
Scheduled docs-ci failed with warning for numpy types
This is not an issue in our RTD build since we are using Python 3.11, but will cause different renderings in Python 3.12. We're ignoring the warning for now, but would be good to eventually fix when moving RTD build to Python 3.12.