Skip to content
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

Fix docs search (and a make docs error) #423

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Changelog

* Fix for `#415 <https://github.com/gtalarico/pyairtable/issues/415>`_
which caused an endless loop when making a request via `POST /listRecords`.
- `PR #416 <https://github.com/gtalarico/pyairtable/pull/416>`_,
`PR #417 <https://github.com/gtalarico/pyairtable/pull/417>`_
- `PR #416 <https://github.com/gtalarico/pyairtable/pull/416>`_, `PR #417 <https://github.com/gtalarico/pyairtable/pull/417>`_

3.0 (2024-11-15)
------------------------
Expand Down Expand Up @@ -71,16 +70,14 @@ Changelog

* Fix for `#415 <https://github.com/gtalarico/pyairtable/issues/415>`_
which caused an endless loop when making a request via `POST /listRecords`.
- `PR #416 <https://github.com/gtalarico/pyairtable/pull/416>`_,
`PR #417 <https://github.com/gtalarico/pyairtable/pull/417>`_
- `PR #416 <https://github.com/gtalarico/pyairtable/pull/416>`_, `PR #417 <https://github.com/gtalarico/pyairtable/pull/417>`_

2.3.6 (2024-11-11)
------------------------

* Fix for `#404 <https://github.com/gtalarico/pyairtable/issues/404>`_
related to `enterprise endpoint changes <https://airtable.com/developers/web/api/changelog#anchor-2024-11-11>`__.
- `PR #405 <https://github.com/gtalarico/pyairtable/pull/405>`_,
`PR #406 <https://github.com/gtalarico/pyairtable/pull/406>`_
- `PR #405 <https://github.com/gtalarico/pyairtable/pull/405>`_, `PR #406 <https://github.com/gtalarico/pyairtable/pull/406>`_

2.3.5 (2024-10-29)
------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cogapp
Sphinx==4.5.0
sphinx-autoapi
sphinxext-opengraph
revitron-sphinx-theme @ git+https://github.com/gtalarico/revitron-sphinx-theme.git@40f4b09fa5c199e3844153ef973a1155a56981dd
revitron-sphinx-theme @ git+https://github.com/mesozoic/revitron-sphinx-theme.git@7ee572e9e4255c9aaa6b383656ff807fdac1011b
sphinx-autodoc-typehints
autodoc-pydantic>=2
sphinxcontrib-applehelp==1.0.4
Expand Down