gtalarico / pyairtable

Python Api Client for Airtable
https://pyairtable.readthedocs.io
MIT License
765 stars 138 forks source link

Fix `tox -e docs` to align with readthedocs #295

Closed mesozoic closed 1 year ago

mesozoic commented 1 year ago

It turns out that #288 broke tox -e docs, but only because it uses the -W flag (turn warnings into errors) which readthedocs.org does not require. I'm not sure what to do about this...

WARNING: Failed guarded type import with ImportError("cannot import name 'ValidatorListDict' from 'pydantic.v1.class_validators' ...")

...but rather than try to fix the warning right now, I'm unblocking the build by removing that flag.