Sphinx doesn't recognize asteroid query
Closed this issue · 1 comments
ziriuz84 commented
When I launch make html
in docs folder the output is like this
Running Sphinx v1.8.5
loading pickled environment... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 0 source files that are out of date
updating environment: [] 0 added, 1 changed, 0 removed
Downloading https://hpiers.obspm.fr/iers/bul/bulc/Leap_Second.dat
|==========================================================================================================================| 1.3k/1.3k (100.00%) 0s
Downloading https://www.ietf.org/timezones/data/leap-seconds.list [Done]
WARNING: IERSStaleWarning: leap-second file is expired. [astropy.utils.iers.iers]
WARNING: autodoc: failed to import module 'asteroidpy' from module 'asteroidpy'; the following exception was raised:
No module named 'astroquery'
WARNING: autodoc: failed to import module 'configuration' from module 'asteroidpy'; the following exception was raised:
No module named 'astroquery'
WARNING: autodoc: failed to import module 'interface' from module 'asteroidpy'; the following exception was raised:
No module named 'astroquery'
WARNING: autodoc: failed to import module 'scheduling' from module 'asteroidpy'; the following exception was raised:
No module named 'astroquery'
WARNING: autodoc: failed to import module 'asteroidpy'; the following exception was raised:
No module named 'astroquery'
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] modules
generating indices... genindex
writing additional pages... search
copying static files... done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded, 5 warnings.
The HTML pages are in build/html.
ziriuz84 commented
Astroquery module is imported only in scheduling.py as
from astroquery.mpc import MPC