Build
* build: remove deprecated isort setting ([`4965fac`](https://github.com/zabuldon/teslajsonpy/commit/4965fac7add0e9e1092016449d4c8a0776b650d6))
Ci
* ci: add pipenv install ([`4b41e12`](https://github.com/zabuldon/teslajsonpy/commit/4b41e12c03bac160c3bfd5587726476de0668652))
* ci: add teslajsonpy as requirements.txt ([`fd67179`](https://github.com/zabuldon/teslajsonpy/commit/fd671791a770e2d2dbb0ff562c2327ae5562ee3e))
* ci: auto generate docs/requirements.txt ([`c32aeae`](https://github.com/zabuldon/teslajsonpy/commit/c32aeae6ccefaa195464810098a2b52650ae6052))
* ci: add docs/requirements ([`2f7d36d`](https://github.com/zabuldon/teslajsonpy/commit/2f7d36da01e15141ad7515baa9c48ee3f4a2ae6a))
Documentation
* docs: add sphinx support ([`483ddd0`](https://github.com/zabuldon/teslajsonpy/commit/483ddd099df0ecffaa7397b1dfb70d875d1d4161))
Feature
* feat: add mfa support
This is untested but is based on a working example.
https://github.com/timdorr/tesla-api/discussions/258 ([`413b585`](https://github.com/zabuldon/teslajsonpy/commit/413b585b306304e970cefd6c71182f47bdd95b52))
Fix
* fix: process i18n urls ([`a4a40fd`](https://github.com/zabuldon/teslajsonpy/commit/a4a40fdf896e99fd9deea711e4aacc5e5a846f1e))
Refactor
* refactor: move spdx-id into docstring ([`56704b8`](https://github.com/zabuldon/teslajsonpy/commit/56704b8d7920487301828dd7393065567a9304be))
Style
* style: fix lint errors ([`7263df4`](https://github.com/zabuldon/teslajsonpy/commit/7263df42331abe681dedb85f2ba8c70e1b8206f3))
Unknown
* Merge pull request 158 from alandtse/sphinx
ci: add pipenv install ([`12bc9a9`](https://github.com/zabuldon/teslajsonpy/commit/12bc9a9fa826661d8fca4e4e0b199989f8841bcf))
* Merge pull request 157 from zabuldon/dev
Signed-off-by: Alan Tse <alandtsegmail.com> ([`d1a17ab`](https://github.com/zabuldon/teslajsonpy/commit/d1a17ab876a467f553af49d2cdc4d1b13ec35209))
* Merge pull request 156 from alandtse/sphinx
Signed-off-by: Alan Tse <alandtsegmail.com> ([`351fc34`](https://github.com/zabuldon/teslajsonpy/commit/351fc34a2c8584f117a14bb60427ac395f851db3))
* bump(deps): update to authcaptureproxy==0.4.2 ([`6980d67`](https://github.com/zabuldon/teslajsonpy/commit/6980d67710a7141db40730065b17b308c4907532))
* tests: isolate mock data between tests (155)
Mock data was previously static dictionaries shared across all TeslaMock
instances, so accidental dependencies were introduced between the tests. Now
each mock instance has its own deep copy. ([`12c02bc`](https://github.com/zabuldon/teslajsonpy/commit/12c02bc9b394e4fc87b34536ee43cd99a8f5c6eb))
* Merge pull request 153 from alandtse/sphinx
Signed-off-by: Alan Tse <alandtsegmail.com> ([`1432c04`](https://github.com/zabuldon/teslajsonpy/commit/1432c04d7039e485a36cde360ee94e505d9a5b47))
* Merge pull request 152 from alandtse/sphinx
ci: add docs/requirements ([`b26c5d9`](https://github.com/zabuldon/teslajsonpy/commit/b26c5d9a817835a1c2254920225c4d4db662f7c3))
* Merge pull request 150 from alandtse/sphinx
docs: add sphinx support ([`a0f020d`](https://github.com/zabuldon/teslajsonpy/commit/a0f020ddae7a31e6103a1a5dc9dde8784e2ef46f))