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

Bump breathe from 4.30.0 to 4.35.0 #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2023

Bumps breathe from 4.30.0 to 4.35.0.

Release notes

Sourced from breathe's releases.

2022-06-20 - Breathe v4.34.0

  • Treat .unparsed as plain text. #806
  • Remove unneeded type: ignore annotations. #813
  • Fix internal NodeFinder visitor for when non-Docutils nodes are present in the content of a directive. #812
  • Rename lint workflow. #814
  • Type check pygments and limit docutils stub version. #819
  • Convert dot files' relative path to absolute. #821
  • CI, update Sphinx versions to test. #834
  • CI, update for Sphinx 5.0.1. #846
  • Fix inconsistency in example. #843
  • Fix C# enum rendering crash. #849
  • Drop Sphinx 3 support, add Sphinx 5 support. #850
  • CICD: Disable python 3.6 for Sphinx master tests. #853
  • Populate default include text-node's data field instead of raw-source. #828

2022-02-14 - Breathe v4.33.1

  • Avoid warning about multiple graphviz directives. #804

2022-02-14 - Breathe v4.33.0

  • Fix duplicate static in variable declarations. #794
  • Update CICD for Sphinx 4.4.0 series. #795
  • Pin version of black in CICD and reformat files. #792
  • Fix code block highlighting. #760
  • Refactoring, cleanup and typing improvements. #802
  • Doxygen dot graphs to Sphinx graphviz. #757
  • Support externally hosted images. #705
  • Address a peculiarity in Doxygen aliases in doc. #770
  • Add flag to doxygengroup, doxygennamespace to display only the description. #718
  • Add support for MD block quotes with attribution(s). #759

2022-01-30 - Breathe v4.32.0

  • Added breathe_doxygen_aliases config variable. #729
  • Render \remark/\remarks and \see/\sa using Sphinx/Docutils admonition style nodes. #756
  • Render C++ scoped enums differently than unscoped enums, and with their underlying type. #753
  • Render \retval lists using dedicated field list when Sphinx >= 4.3 is used. #749
  • Make .. doxygenfunction handle function template specializations. #750
  • Properly handle field-lists and admonitions in the detailed description of classes and functions. #764
  • Add :confval:`breathe_show_include` to control whether #include lines are shown. Defaults to True. #725
  • Fix sys.path adjustment in doc config. #734
  • Fix sphinx renderer variable and function visitors for C#. #737
  • Fix sphinx renderer class visitor for C#. #738
  • Auto-format python code with black. #743

... (truncated)

Changelog

Sourced from breathe's changelog.

Change Log

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

  • 2023-02-28 - Breathe v4.35.0

    • Pull lone literal blocks in paragraphs up to produce correct doctree. [#833](https:/michaeljones/breathe/issues/833) <https:/michaeljones/breathe/pull/833>__
    • Fix tests for changes in Sphinx 5.3. [#865](https:/michaeljones/breathe/issues/865) <https:/breathe-doc/breathe/pull/865>__
    • Bump Python requirement to 3.7. [#866](https:/michaeljones/breathe/issues/866) <https:/breathe-doc/breathe/pull/866>__
    • Support Sphinx 6. [#885](https:/michaeljones/breathe/issues/885) <https:/breathe-doc/breathe/pull/885>__
    • Support :sort: option to sort sections by name. [#879](https:/michaeljones/breathe/issues/879) <https:/breathe-doc/breathe/pull/879>__
  • 2022-06-20 - Breathe v4.34.0

    • Treat .unparsed as plain text. [#806](https:/michaeljones/breathe/issues/806) <https:/michaeljones/breathe/pull/806>__
    • Remove unneeded type: ignore annotations. [#813](https:/michaeljones/breathe/issues/813) <https:/michaeljones/breathe/pull/813>__
    • Fix internal NodeFinder visitor for when non-Docutils nodes are present in the content of a directive. [#812](https:/michaeljones/breathe/issues/812) <https:/michaeljones/breathe/pull/812>__
    • Rename lint workflow. [#814](https:/michaeljones/breathe/issues/814) <https:/michaeljones/breathe/pull/814>__
    • Type check pygments and limit docutils stub version. [#819](https:/michaeljones/breathe/issues/819) <https:/michaeljones/breathe/pull/819>__
    • Convert dot files' relative path to absolute. [#821](https:/michaeljones/breathe/issues/821) <https:/michaeljones/breathe/pull/821>__
    • CI, update Sphinx versions to test. [#834](https:/michaeljones/breathe/issues/834) <https:/michaeljones/breathe/pull/834>__
    • CI, update for Sphinx 5.0.1. [#846](https:/michaeljones/breathe/issues/846) <https:/michaeljones/breathe/pull/846>__
    • Fix inconsistency in example. [#843](https:/michaeljones/breathe/issues/843) <https:/michaeljones/breathe/pull/843>__
    • Fix C# enum rendering crash. [#849](https:/michaeljones/breathe/issues/849) <https:/michaeljones/breathe/pull/849>__
    • Drop Sphinx 3 support, add Sphinx 5 support. [#850](https:/michaeljones/breathe/issues/850) <https:/michaeljones/breathe/pull/850>__
    • CICD: Disable python 3.6 for Sphinx master tests. [#853](https:/michaeljones/breathe/issues/853) <https:/michaeljones/breathe/pull/853>__
    • Populate default include text-node's data field instead of raw-source. [#828](https:/michaeljones/breathe/issues/828) <https:/michaeljones/breathe/pull/828>__
  • 2022-02-14 - Breathe v4.33.1

... (truncated)

Commits
  • 4e9f55e version: release v4.35.0
  • b4564e9 Merge pull request #885 from breathe-doc/sphinx-6
  • 4258539 Remove <7 constraint from setup.py
  • 86298cc Remove <7 constraint from requirement file
  • 81a92d8 Update changelog with latest changes
  • 687a327 Adjust constraint in production requirements.txt
  • 00b29e8 Adjust constraint setup.py
  • ef4e245 Add Sphinx 6.1.3 to test matrix
  • c4013f4 Merge pull request #879 from schlatterbeck/sort-groups
  • d75073d Bump clang again
  • Additional commits viewable in compare view

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)

Vaibhav Balloli and others added 4 commits March 15, 2023 16:07
Signed-off-by: Vaibhav Balloli <[email protected]>
Signed-off-by: Vaibhav Balloli <[email protected]>
Bumps [breathe](https:/michaeljones/breathe) from 4.30.0 to 4.35.0.
- [Release notes](https:/michaeljones/breathe/releases)
- [Changelog](https:/breathe-doc/breathe/blob/main/CHANGELOG.rst)
- [Commits](breathe-doc/breathe@v4.30.0...v4.35.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants