LibRapid / librapid

A highly optimised C++ library for mathematical applications and neural networks.
http://librapid.rtfd.io
MIT License
164 stars 10 forks source link

Bump breathe from 4.32.0 to 4.33.0 #40

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps breathe from 4.32.0 to 4.33.0.

Release notes

Sourced from breathe's releases.

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
Changelog

Sourced from breathe's changelog.

Change Log

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

  • 2022-02-14 - Breathe v4.33.0

    • Fix duplicate static in variable declarations. [#794](https://github.com/michaeljones/breathe/issues/794) <https://github.com/michaeljones/breathe/pull/794>__
    • Update CICD for Sphinx 4.4.0 series. [#795](https://github.com/michaeljones/breathe/issues/795) <https://github.com/michaeljones/breathe/pull/795>__
    • Pin version of black in CICD and reformat files. [#792](https://github.com/michaeljones/breathe/issues/792) <https://github.com/michaeljones/breathe/pull/792>__
    • Fix code block highlighting. [#760](https://github.com/michaeljones/breathe/issues/760) <https://github.com/michaeljones/breathe/pull/760>__
    • Refactoring, cleanup and typing improvements. [#802](https://github.com/michaeljones/breathe/issues/802) <https://github.com/michaeljones/breathe/pull/802>__
    • Doxygen dot graphs to Sphinx graphviz. [#757](https://github.com/michaeljones/breathe/issues/757) <https://github.com/michaeljones/breathe/pull/757>__
    • Support externally hosted images. [#705](https://github.com/michaeljones/breathe/issues/705) <https://github.com/michaeljones/breathe/pull/705>__
    • Address a peculiarity in Doxygen aliases in doc. [#770](https://github.com/michaeljones/breathe/issues/770) <https://github.com/michaeljones/breathe/pull/770>__
    • Add flag to doxygengroup, doxygennamespace to display only the description. [#718](https://github.com/michaeljones/breathe/issues/718) <https://github.com/michaeljones/breathe/pull/718>__
    • Add support for MD block quotes with attribution(s). [#759](https://github.com/michaeljones/breathe/issues/759) <https://github.com/michaeljones/breathe/pull/759>__
  • 2022-01-30 - Breathe v4.32.0

    • Added breathe_doxygen_aliases config variable. [#729](https://github.com/michaeljones/breathe/issues/729) <https://github.com/michaeljones/breathe/pull/729>__
    • Render \remark/\remarks and \see/\sa using Sphinx/Docutils admonition style nodes. [#756](https://github.com/michaeljones/breathe/issues/756) <https://github.com/michaeljones/breathe/pull/756>__
    • Render C++ scoped enums differently than unscoped enums, and with their underlying type. [#753](https://github.com/michaeljones/breathe/issues/753) <https://github.com/michaeljones/breathe/pull/753>__
    • Render \retval lists using dedicated field list when Sphinx >= 4.3 is used. [#749](https://github.com/michaeljones/breathe/issues/749) <https://github.com/michaeljones/breathe/pull/749>__
    • Make .. doxygenfunction handle function template specializations. [#750](https://github.com/michaeljones/breathe/issues/750) <https://github.com/michaeljones/breathe/pull/750>__
    • Properly handle field-lists and admonitions in the detailed description of classes and functions. [#764](https://github.com/michaeljones/breathe/issues/764) <https://github.com/michaeljones/breathe/pull/764>__
    • Add :confval:`breathe_show_include``` to control whether #includelines are shown. Defaults toTrue``. [#725](https://github.com/michaeljones/breathe/issues/725) <https://github.com/michaeljones/breathe/pull/725>__
    • Fix sys.path adjustment in doc config.

... (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)
dependabot[bot] commented 2 years ago

Superseded by #41.