Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Bump breathe from 4.11.1 to 4.31.0 #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2021

Bumps breathe from 4.11.1 to 4.31.0.

Release notes

Sourced from breathe's releases.

2021-09-14 - Breathe v4.31.0

  • Collapse multiple retvals into a single bullet list. #697
  • Fix mypy issues on CI. #731
  • Print usage message from 'compare' doc script. #727
  • Test against Sphinx 4.0.3, 4.1.2 and 4.1.x branch. #721
  • Fix duplicate static in function declarations. #717 #720
  • Directive refactoring. #698
  • Handle parsing errors. #711
  • Make doxygenfunction more robust when matching parameters. #722 #723
  • Separate, link and style the changelog. #735
  • Update changelog and readme ahead of release. #739
  • CICD: Track Sphinx 4.2.x development series. #741

2021-05-06 - Breathe v4.30.0

  • Fix retval rendering. #687
  • Correctly label example as C. #690
  • apidoc: add -m, --members option flag. #694

2021-04-30 - Breathe v4.29.2

  • Remove stale six dep. #682
  • Render fields with multiple names instead of crashing. #685
  • Start pytest via module instead of exe. #686

2021-04-23 - Breathe v4.29.1

  • Splice out parameter direction in field lists. #675
  • Fixes for Sphinx v4. #676
  • Fix paragraph in paragraph rendering. #678
  • Strip names before lookup in doxygenfunction. #679
  • When rendering template params, insert name by parsing. #681

2021-04-09 - Breathe v4.29.0

  • Do not add inline modifier for C#. #668
  • Use add_css_file instead of deprecated/removed add_stylesheet. #669
  • Use native docutils for field lists, notes, and warnings. #670
  • Handle directives returning no nodes on error. #672
Changelog

Sourced from breathe's changelog.

Change Log

Inspired by Keepachangelog.com <http://keepachangelog.com/>__.

  • 2021-09-14 - Breathe v4.31.0

    • Collapse multiple retvals into a single bullet list. [#697](https://github.com/michaeljones/breathe/issues/697) <https://github.com/michaeljones/breathe/pull/697>__
    • Fix mypy issues on CI. [#731](https://github.com/michaeljones/breathe/issues/731) <https://github.com/michaeljones/breathe/pull/731>__
    • Print usage message from 'compare' doc script. [#727](https://github.com/michaeljones/breathe/issues/727) <https://github.com/michaeljones/breathe/pull/727>__
    • Test against Sphinx 4.0.3, 4.1.2 and 4.1.x branch. [#721](https://github.com/michaeljones/breathe/issues/721) <https://github.com/michaeljones/breathe/pull/721>__
    • Fix duplicate static in function declarations. [#717](https://github.com/michaeljones/breathe/issues/717) <https://github.com/michaeljones/breathe/issues/717>__ [#720](https://github.com/michaeljones/breathe/issues/720) <https://github.com/michaeljones/breathe/pull/720>__
    • Directive refactoring. [#698](https://github.com/michaeljones/breathe/issues/698) <https://github.com/michaeljones/breathe/pull/698>__
    • Handle parsing errors. [#711](https://github.com/michaeljones/breathe/issues/711) <https://github.com/michaeljones/breathe/pull/711>__
    • Make doxygenfunction more robust when matching parameters. [#722](https://github.com/michaeljones/breathe/issues/722) <https://github.com/michaeljones/breathe/issues/722>__ [#723](https://github.com/michaeljones/breathe/issues/723) <https://github.com/michaeljones/breathe/pull/723>__
    • Separate, link and style the changelog. [#735](https://github.com/michaeljones/breathe/issues/735) <https://github.com/michaeljones/breathe/pull/735>__
    • Update changelog and readme ahead of release. [#739](https://github.com/michaeljones/breathe/issues/739) <https://github.com/michaeljones/breathe/pull/739>__
    • CICD: Track Sphinx 4.2.x development series. [#741](https://github.com/michaeljones/breathe/issues/741) <https://github.com/michaeljones/breathe/pull/741>__
  • 2021-05-06 - Breathe v4.30.0

    • Fix retval rendering. [#687](https://github.com/michaeljones/breathe/issues/687) <https://github.com/michaeljones/breathe/pull/687>__
    • Correctly label example as C. [#690](https://github.com/michaeljones/breathe/issues/690) <https://github.com/michaeljones/breathe/pull/690>__
    • apidoc: add -m, --members option flag. [#694](https://github.com/michaeljones/breathe/issues/694) <https://github.com/michaeljones/breathe/pull/694>__
  • 2021-04-30 - Breathe v4.29.2

    • Remove stale six dep. [#682](https://github.com/michaeljones/breathe/issues/682) <https://github.com/michaeljones/breathe/pull/682>__
    • Render fields with multiple names instead of crashing. [#685](https://github.com/michaeljones/breathe/issues/685) <https://github.com/michaeljones/breathe/pull/685>__
    • Start pytest via module instead of exe. [#686](https://github.com/michaeljones/breathe/issues/686) <https://github.com/michaeljones/breathe/pull/686>__
  • 2021-04-23 - Breathe v4.29.1

    • Splice out parameter direction in field lists. [#675](https://github.com/michaeljones/breathe/issues/675) <https://github.com/michaeljones/breathe/pull/675>__
    • Fixes for Sphinx v4. [#676](https://github.com/michaeljones/breathe/issues/676) <https://github.com/michaeljones/breathe/pull/676>__
    • Fix paragraph in paragraph rendering. [#678](https://github.com/michaeljones/breathe/issues/678) <https://github.com/michaeljones/breathe/pull/678>__
    • Strip names before lookup in doxygenfunction. [#679](https://github.com/michaeljones/breathe/issues/679) <https://github.com/michaeljones/breathe/pull/679>__
    • When rendering template params, insert name by parsing. [#681](https://github.com/michaeljones/breathe/issues/681) <https://github.com/michaeljones/breathe/pull/681>__
  • 2021-04-09 - Breathe v4.29.0

    • Do not add inline modifier for C#. [#668](https://github.com/michaeljones/breathe/issues/668) <https://github.com/michaeljones/breathe/pull/668>__
    • Use add_css_file instead of deprecated/removed add_stylesheet. [#669](https://github.com/michaeljones/breathe/issues/669) <https://github.com/michaeljones/breathe/pull/669>__
    • Use native docutils for field lists, notes, and warnings. [#670](https://github.com/michaeljones/breathe/issues/670) <https://github.com/michaeljones/breathe/pull/670>__
    • Handle directives returning no nodes on error. [#672](https://github.com/michaeljones/breathe/issues/672) <https://github.com/michaeljones/breathe/pull/672>__
  • 2021-03-29 - Breathe v4.28.0

    • Code and documentation for membergroups and members-only options. [#637](https://github.com/michaeljones/breathe/issues/637) <https://github.com/michaeljones/breathe/pull/637>__
    • Add example.tag to gitignore as it gets modified during build process. [#644](https://github.com/michaeljones/breathe/issues/644) <https://github.com/michaeljones/breathe/pull/644>__

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [breathe](https://github.com/michaeljones/breathe) from 4.11.1 to 4.31.0.
- [Release notes](https://github.com/michaeljones/breathe/releases)
- [Changelog](https://github.com/michaeljones/breathe/blob/master/CHANGELOG.rst)
- [Commits](breathe-doc/breathe@v4.11.1...v4.31.0)

---
updated-dependencies:
- dependency-name: breathe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants