readthedocs / readthedocs.org

The source code that powers readthedocs.org
https://readthedocs.org/
MIT License
7.92k stars 3.58k forks source link

Submodule documentation is no longer being generated. #11434

Closed edtechre closed 1 week ago

edtechre commented 1 week ago

Details

Documentation for submodules is no longer being generated for my project: https://www.pybroker.com/en/latest/reference/pybroker.html#submodules

There are no build errors. The submodule documentation is generated if I run Sphinx locally. I have also reverted any changes to a previous version of the source code, but regenerating the documentation still does not show any submodule documentation. Screenshot from 2024-06-22 19-49-28

edtechre commented 1 week ago

I dug deeper into the logs, and this was happening because np.float_ was being used in the source code but has been removed from Numpy as of 2.0.