The readthedocs autobuild is trying to install temul.polarisation which no longer exists. My fault because I merged before checking the new docs!
See also:
WARNING: autodoc: failed to import class 'model_refiner.Model_Refiner' from module 'temul'; the following exception was raised:
No module named 'pyprismatic'
autodoc: failed to import module 'polarisation' from module 'temul'; the following exception was raised:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/temul-toolkit/envs/latest/lib/python3.7/site-packages/sphinx/ext/autodoc/importer.py", line 154, in import_module
__import__(modname)
File "/home/docs/checkouts/readthedocs.org/user_builds/temul-toolkit/checkouts/latest/temul/polarisation.py", line 3, in <module>
"\n WARNING: "
DeprecationWarning:
WARNING: To use the polarisation functionality please use `import temul.api as tml`. The temul.polarisation module is deprecated and is now `temul.topotem.polarisation.
WARNING: autodoc: failed to import module 'simulations' from module 'temul'; the following exception was raised:
No module named 'pyprismatic'
/home/docs/checkouts/readthedocs.org/user_builds/temul-toolkit/checkouts/latest/temul/signal_processing.py:docstring of temul.signal_processing.return_fitting_of_1D_gaussian:6: WARNING: Unexpected section title.
The readthedocs autobuild is trying to install
temul.polarisation
which no longer exists. My fault because I merged before checking the new docs!See also: