Skip to content

Commit

Permalink
Merge pull request #423 from mesozoic/fix_docs_search
Browse files Browse the repository at this point in the history
Fix docs search (and a `make docs` error)
  • Loading branch information
mesozoic authored Feb 26, 2025
2 parents 9c1a575 + cc8e45f commit 8cb3620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
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

0 comments on commit 8cb3620

Please sign in to comment.