mansenfranzen / autodoc_pydantic

Seamlessly integrate pydantic models in your Sphinx documentation.
MIT License
159 stars 27 forks source link

fix(deps): update dependency sphinx-copybutton to ^0.5.0 #227

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sphinx-copybutton ^0.4 -> ^0.5.0 age adoption passing confidence

Release Notes

executablebooks/sphinx-copybutton (sphinx-copybutton) ### [`v0.5.2`](https://togithub.com/executablebooks/sphinx-copybutton/blob/HEAD/CHANGELOG.md#v052---2022-11-15) [Compare Source](https://togithub.com/executablebooks/sphinx-copybutton/compare/v0.5.1...v0.5.2) ([full changelog](https://togithub.com/executablebooks/sphinx-copybutton/compare/v0.5.0...TODO)) - BUG: Don't exclude `.gp` class by default. This made excluding prompts more automatic, but broke the existing pattern-based prompt exclusion. [#​188](https://togithub.com/executablebooks/sphinx-copybutton/pull/188) ([@​rkdarst](https://togithub.com/rkdarst)) - MAINT: Add Sphinx Extension classifier ([#​189](https://togithub.com/executablebooks/sphinx-copybutton/issues/189)) [#​189](https://togithub.com/executablebooks/sphinx-copybutton/pull/189) ([@​jdillard](https://togithub.com/jdillard)) - DOCS: Improve docs related to text exclusion [#​187](https://togithub.com/executablebooks/sphinx-copybutton/pull/187) ([@​rkdarst](https://togithub.com/rkdarst)) ### [`v0.5.1`](https://togithub.com/executablebooks/sphinx-copybutton/blob/HEAD/CHANGELOG.md#v051---2022-11-15) [Compare Source](https://togithub.com/executablebooks/sphinx-copybutton/compare/v0.5.0...v0.5.1) ([full changelog](https://togithub.com/executablebooks/sphinx-copybutton/compare/v0.5.0...e529aa0c7c0bf6ad880904f7a8876f33040e5c09)) - ENH: Unselectable text is now also not highlighted when you manually highlight a code cell. Exclude unselectable text from being copied (update) [#​178](https://togithub.com/executablebooks/sphinx-copybutton/pull/178) ([@​rkdarst](https://togithub.com/rkdarst)) - ENH: After copying, the copybutton will disappear *before* the icon changes back if you are no longer hovering on the code cell. FIX: Make copybutton remain for a second during success [#​176](https://togithub.com/executablebooks/sphinx-copybutton/pull/176) ([@​choldgraf](https://togithub.com/choldgraf)) - MAINT: Add support for Python 3.10 [#​174](https://togithub.com/executablebooks/sphinx-copybutton/pull/174) ([@​hugovk](https://togithub.com/hugovk)) ### [`v0.5.0`](https://togithub.com/executablebooks/sphinx-copybutton/blob/HEAD/CHANGELOG.md#050---2022-02-05) [Compare Source](https://togithub.com/executablebooks/sphinx-copybutton/compare/v0.4.0...v0.5.0) ([full changelog](https://togithub.com/executablebooks/sphinx-copybutton/compare/v0.4.0...915aa4cf0b06f7b781bc4edfc204c62f2ce7cdb6)) This release updates the copy button design and behavior to match GitHub's design guide and button behavior. It also directly inserts the SVG instead of linking it via an `` tag so that it can be styled more flexibly. ##### Enhancements - ENH: Directly add SVG instead of linking via IMG [#​161](https://togithub.com/executablebooks/sphinx-copybutton/pull/161) ([@​choldgraf](https://togithub.com/choldgraf)) - ENH: Update copybutton image to match GitHub [#​155](https://togithub.com/executablebooks/sphinx-copybutton/pull/155) ([@​choldgraf](https://togithub.com/choldgraf))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.