https://pypi.org/project/breathe/4.36.0/
What's Changed
- Fix mistake in spelling of inheritance by @michaeljones in #914
- Remove python 2 code by @Rotzbua in #949
- Update
test_renderer
so that tests pass with Sphinx 7.2. by @gareth-rees in #976 - Fix PosixPath issue with Sphinx 7.2 by @scottamain in #964
- Avoid
RemovedInSphinx80Warning
in path-manipulation code. by @gareth-rees in #977 - Move project metadata to pyproject.toml, clean-up by @mwtoews in #883
- Fix README: Bump Python to >= 3.7 by @Rotzbua in #946
- Add make.bat for building on Windows by @hwhsu1231 in #971
- fix(ci): reorder
sphinx
installation by @Rotzbua in #953 - .github/workflows/unit_tests.yml: Update it by @t-b in #887
- Update GH Action to current release by @Rotzbua in #954
- Add documentation on writing tests for Breathe by @emilydolson in #931
- Update dependencies & GH Actions by @Rotzbua in #955
- Resolve full title for doxygenpage and doxygengroup and allow for omitting the title all together by @RaumZeit in #939
- Do not re-assign
nodes
variable in renderer/sphinxrenderer.py by @RaumZeit in #938 - Insert signature name for use with Sphinx ToC by @scottamain in #959
- Remove outdated list of supported targets from documentation by @saraedum in #1001
- feat(ci): Add python 3.13 and Sphinx 8.1 by @Rotzbua in #1006
- Fix test suite under Sphinx 7.4+ by @yut23 in #1007
- Fix building documentation in CI by @yut23 in #1008
- Fix linter warnings by @yut23 in #1009
- Fix test failure with latest Sphinx master by @yut23 in #1010
- Fix: typos in docs and error msg by @Rotzbua in #1011
- chore: move mypy config to
pyproject.toml
by @Rotzbua in #1014 - Enable dependabot for GitHub Actions by @Rotzbua in #1015
- Remove travis from docs by @Rotzbua in #1017
- chore: improve lint tools by @Rotzbua in #1016
- Fix errors in template specialization with qualified arguments by @yut23 in #1012
- Add GitHub Actions release workflow for Trusted Publishing by @AA-Turner in #1023
New Contributors
- @Rotzbua made their first contribution in #949
- @gareth-rees made their first contribution in #976
- @scottamain made their first contribution in #964
- @mwtoews made their first contribution in #883
- @hwhsu1231 made their first contribution in #971
- @emilydolson made their first contribution in #931
- @RaumZeit made their first contribution in #939
- @saraedum made their first contribution in #1001
- @yut23 made their first contribution in #1007
- @AA-Turner made their first contribution in #1023
Full Changelog: v4.35.0...v4.36.0