You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Including `docs/conf.py` in a wheel pollutes the global namespace with
a bogus `docs.conf` module and causes conflicts with other packages that
do the same.
Exclude `docs` to prevent this.
0 commit comments