-
-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Closed
Labels
Milestone
Description
Running python -m spin docs --build
- The html files are not zipped (see doc/Makefile). The zip files are needed for numpy.org.
- Couple of sphinx complaints
reading sources... [100%] release/1.21.5-notes .. user/whatisnumpy
/home/charris/Workspace/numpy.git/doc/source/reference/random/examples/cython/setup.py.rst:4: WARNING:
Include file '/home/charris/Workspace/numpy.git/numpy/random/_examples/cython/setup.py' not found or reading it failed
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
/home/charris/Workspace/numpy.git/doc/source/user/building.rst:48: WARNING: undefined label: 'scipy:using-pkg-config-to-detect-libraries-in-a-nonstandard-location'
/home/charris/Workspace/numpy.git/doc/source/user/building.rst:141: WARNING: unknown document: 'scipy:cross_compilation'
The whole random module was taken from main, so should probably have fixes for using meson.
On the plus side, the correct numpy version (1.26.0rc1) is built and used.
Reactions are currently unavailable