Skip to content

[doc] fix documentation job by using numpy 1.26 instead of stable in sphinx

Yvan PANNATIER requested to merge fix-documentation into main

Documentation jobs are failing on warnings in pipelines since 1 day. It seems to be related to the release of numpy 2.0:

Examples:

Error:

:1:py:class reference target not found: numpy.bool_

Reproducing:

On main branch: pixi run -e default doc

Proposed fix:

Modifing auto_intersphinx_packages to use explicitly the doc for version 1.26 instead of stable (which is now 2.0)

Merge request reports