Commit 9130346
authored
ENH: Add
Add `importlib-metadata` dependency to allow generating the package
documentation using `readthedocs`.
Fixes:
```
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/tractolearn/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 350, in eval_config_file
exec(code, namespace)
File "/home/docs/checkouts/readthedocs.org/user_builds/tractolearn/checkouts/latest/doc/conf.py", line 15, in <module>
from importlib.metadata import version
ModuleNotFoundError: No module named 'importlib.metadata'
```
raised in:
https://readthedocs.org/projects/tractolearn/builds/19667787/importlib-metadata dependency for documentation generation (#56)1 parent c3a8aed commit 9130346
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments