- Upgrade to 4.35:
* Pull lone literal blocks in paragraphs up to produce correct doctree.
* Fix tests for changes in Sphinx 5.3.
* Bump Python requirement to 3.7.
* Support Sphinx 6.
* Support sort option to sort sections by name.
- Drop patch Fix-tests-for-Sphinx-5.3.0.patch, included upstream.
- Add patch support-sphinx-7.2.patch:
* Support Sphinx 7.2 changes.
- Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/request/show/1107831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-breathe?expand=0&rev=22
* Pull lone literal blocks in paragraphs up to produce correct doctree.
* Fix tests for changes in Sphinx 5.3.
* Bump Python requirement to 3.7.
* Support Sphinx 6.
* Support sort option to sort sections by name.
- Drop patch Fix-tests-for-Sphinx-5.3.0.patch, included upstream.
- Add patch support-sphinx-7.2.patch:
* Support Sphinx 7.2 changes.
- Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=50
- update to 4.31.0:
* Collapse multiple retvals into a single bullet list
* Fix mypy issues on CI
* Print usage message from 'compare' doc script
* Test against Sphinx 4.0.3, 4.1.2 and 4.1.x branch
* Fix duplicate ``static`` in function declarations
* Directive refactoring
* Handle parsing errors
* Make doxygenfunction more robust when matching parameters
* Separate, link and style the changelog
* Update changelog and readme ahead of release
* CICD: Track Sphinx 4.2.x development series
OBS-URL: https://build.opensuse.org/request/show/946639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-breathe?expand=0&rev=14
* Collapse multiple retvals into a single bullet list
* Fix mypy issues on CI
* Print usage message from 'compare' doc script
* Test against Sphinx 4.0.3, 4.1.2 and 4.1.x branch
* Fix duplicate ``static`` in function declarations
* Directive refactoring
* Handle parsing errors
* Make doxygenfunction more robust when matching parameters
* Separate, link and style the changelog
* Update changelog and readme ahead of release
* CICD: Track Sphinx 4.2.x development series
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=34
- Update to 4.30.0:
- Fix retval rendering. #687
- Correctly label example as C. #690
- apidoc: add -m, --members option flag. #694
- 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
- Code and documentation for membergroups and members-only options.
#637
- Add example.tag to gitignore as it gets modified during build
process. #644
- Add support for content-only flag when rendering pages. #645
- When rendering a section, add target after title. #647
- Render pages content in order. #651
- Adds an ID to the rubric created for each section of a group. #658
- Add missing getter and setter for C#. #661
- Add support for rowspan/colspan to tables. #642
OBS-URL: https://build.opensuse.org/request/show/896766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-breathe?expand=0&rev=13
- Fix retval rendering. #687
- Correctly label example as C. #690
- apidoc: add -m, --members option flag. #694
- 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
- Code and documentation for membergroups and members-only options.
#637
- Add example.tag to gitignore as it gets modified during build
process. #644
- Add support for content-only flag when rendering pages. #645
- When rendering a section, add target after title. #647
- Render pages content in order. #651
- Adds an ID to the rubric created for each section of a group. #658
- Add missing getter and setter for C#. #661
- Add support for rowspan/colspan to tables. #642
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=32
- Update to 4.22.1:
* Fix anonymous struct/union usage in C domain. #585
* New boolean breathe_show_enumvalue_initializer option specifying whether
value of enumvalue should be displayed. #581
* Fix Read the Docs build. #567
* Document doxygenclass template specialisation spacing. #570
* Update upper Sphinx release to <3.4. #571
* Reuse breathe.__version__ in setup.py. #572
* Document :inner: for the doxygengroup section. #573
* Add support for verbatim inline elements. #560
* Fix wrong refid when Doxygen SEPARATE_MEMBER_PAGES is YES. #566
* Allow Sphinx 3.2. #561
* Update CI scripts with new Sphinx versions. #552
* Add support for C# using sphinx-csharp. #550
* Doc, fix typo, :source: -> :project:. #551
* Add support for innergroup. #556
* Avoid duplicate doxygen targets when debug tracing. #563
OBS-URL: https://build.opensuse.org/request/show/841649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-breathe?expand=0&rev=10
* Fix anonymous struct/union usage in C domain. #585
* New boolean breathe_show_enumvalue_initializer option specifying whether
value of enumvalue should be displayed. #581
* Fix Read the Docs build. #567
* Document doxygenclass template specialisation spacing. #570
* Update upper Sphinx release to <3.4. #571
* Reuse breathe.__version__ in setup.py. #572
* Document :inner: for the doxygengroup section. #573
* Add support for verbatim inline elements. #560
* Fix wrong refid when Doxygen SEPARATE_MEMBER_PAGES is YES. #566
* Allow Sphinx 3.2. #561
* Update CI scripts with new Sphinx versions. #552
* Add support for C# using sphinx-csharp. #550
* Doc, fix typo, :source: -> :project:. #551
* Add support for innergroup. #556
* Avoid duplicate doxygen targets when debug tracing. #563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=26
- Use tag, not random sha
- update to 4.19.1:
* Mark package as compatible with Sphinx 3.1.
* Refactoring. #528
* Make debug config variables available in conf.py. #533
* Fix warning formatting for function lookup. #535
* Correctly reverse nested namespaces in get_qualification. #540
- Increase required version of Sphinx to the one where module
cstructobject was introduced. (bsc#1168627)
- version update to 4.18.1
* 2020-05-10 - Breathe v4.18.1
- Fix friend class rendering and allow friend struct. #522
- Add extern examples to doc and remove variable hack. #526
- Render function candidates without using Sphinx directives. #524
* 2020-05-02 - Breathe v4.18.0
- Support tiles in verbatim blocks. #517
* 2020-05-01 - Breathe v4.17.0
- Scoped rendering, better integration with Sphinx, misc fixes. #512
* 2020-04-19 - Breathe v4.16.0
- Strictly depend on Sphinx's minor version. #498
- Simplifications and fixes, use more of modern Sphinx natively. #503
- Add section option to the doxygen(auto)file directive. #501
- Fix link generation when enum is inside a group (enum FQDN). #508
- Fix creation of LaTeX math formulas. #506
- Improve documentation for doxygen(auto)file section option. #509
* 2020-04-07 - Breathe v4.15.0
- Add license file to distribution. #492
OBS-URL: https://build.opensuse.org/request/show/814684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-breathe?expand=0&rev=8