Skip to content

Docs build fails due to usage of imp module #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
FoamyGuy opened this issue Jan 16, 2025 · 0 comments · Fixed by #48
Closed

Docs build fails due to usage of imp module #47

FoamyGuy opened this issue Jan 16, 2025 · 0 comments · Fixed by #48

Comments

@FoamyGuy
Copy link

https://app.readthedocs.org/projects/adafruit-circuitpython-apds9960/builds/26874191/

  File "/home/docs/checkouts/readthedocs.org/user_builds/adafruit-circuitpython-apds9960/checkouts/stable/docs/conf.py", line 26, in <module>
    import imp
ModuleNotFoundError: No module named 'imp'

This was removed in 3.12 after being deprecated for a while. We'll need to migrate to importlib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant