moorepants/DynamicistToolKit

autodoc not working on readthedocs (works locally)

Closed this issue · 2 comments

Running Sphinx v7.3.7
making output directory... done
WARNING: html_static_path entry '_static' does not exist
[autosummary] generating autosummary for: dtk.rst, index.rst, references.rst
WARNING: Failed to import dtk.bicycle.
Possible hints:
* ModuleNotFoundError: No module named 'numpy'
* AttributeError: module 'dtk' has no attribute 'bicycle'
WARNING: Failed to import dtk.inertia.
Possible hints:
* AttributeError: module 'dtk' has no attribute 'inertia'
* ModuleNotFoundError: No module named 'numpy'
WARNING: Failed to import dtk.process.
Possible hints:
* ModuleNotFoundError: No module named 'numpy'
* AttributeError: module 'dtk' has no attribute 'process'
building [mo]: targets for 0 po files that are out of date
writing output... 
building [html]: targets for 3 source files that are out of date
updating environment: [new config] 3 added, 0 changed, 0 removed
reading sources... [ 33%] dtk
reading sources... [ 67%] index
reading sources... [100%] references

WARNING: autodoc: failed to import module 'bicycle' from module 'dtk'; the following exception was raised:
No module named 'numpy'
WARNING: autodoc: failed to import module 'inertia' from module 'dtk'; the following exception was raised:
No module named 'numpy'
WARNING: autodoc: failed to import module 'process' from module 'dtk'; the following exception was raised:
No module named 'numpy'

Fixed in 92c97c9