corriporai / runpandas

RunPandas - Python Package for handing running data from GPS-enabled devices to worldwide race results.
https://runpandas.readthedocs.io/en/latest/
MIT License
23 stars 5 forks source link

BUG: Bypass import read_strava to solve a readthedocs fix #29

Closed marcelcaraciolo closed 3 years ago

marcelcaraciolo commented 3 years ago

Import error

Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/runpandas/conda/latest/lib/python3.8/site-packages/sphinx/config.py", line 326, in eval_config_file execfile_(filename, namespace) File "/home/docs/checkouts/readthedocs.org/user_builds/runpandas/conda/latest/lib/python3.8/site-packages/sphinx/util/pycompat.py", line 88, in execfile_ exec(code, _globals) File "/home/docs/checkouts/readthedocs.org/user_builds/runpandas/checkouts/latest/docs/source/conf.py", line 16, in <module> import runpandas as rp File "/home/docs/checkouts/readthedocs.org/user_builds/runpandas/conda/latest/lib/python3.8/site-packages/runpandas/__init__.py", line 3, in <module> from runpandas.io.strava._parser import read_strava # noqa ModuleNotFoundError: No module named 'runpandas.io.strava'