2022-01-15 16:25:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 15 15:24:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2021-06-01 18:40:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 1 16:05:57 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2021-02-25 04:20:23 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 25 03:13:38 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Update to 4.27.0:
|
|
|
|
* Add various specifiers to functions and variables. #628
|
|
|
|
* Add multiply inherited class for PHP objects. #630
|
|
|
|
* Initial support for table rendering. #632
|
|
|
|
* Add rendering of \section, \subsection and \subsubsection. #635
|
|
|
|
* Sphinx 3.5 compatibility. #640
|
|
|
|
* Fix linking to sections. #639
|
|
|
|
* Add table examples to documentation. #638
|
|
|
|
* Fix doxygenfile causing duplicate IDs for unspecified sections. #622
|
|
|
|
* Fixes for doxygenfunction (friend keyword, friend class, arg checks). #623
|
|
|
|
* Add test for ellipsis ('...') in args. #610
|
|
|
|
* Sphinx 3.4.x compatibility. #617
|
|
|
|
* Adapt friendclass to Doxygen 1.9. #618
|
|
|
|
* Add support for \parblock parsing and rendering. #603
|
|
|
|
* Allow lookup in doxygenfunction without writing param names. #606
|
|
|
|
|
2020-12-10 11:26:34 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 9 23:29:13 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Update to v4.24.1
|
|
|
|
* Fix anchors on pages generated by Doxygen >= 1.8.17. #602
|
|
|
|
- Breathe v4.24.0
|
|
|
|
* Update CI for Sphinx 3.3.x and fix test mock. #597
|
|
|
|
* Add support for xrefitem based page generation (doxygenpage).
|
|
|
|
#596
|
|
|
|
- Breathe v4.23.0
|
|
|
|
* Add initial xrefsect support. #589
|
|
|
|
|
2020-10-14 03:39:55 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 14 01:38:22 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2020-06-26 10:50:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 26 08:45:26 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
- update to 4.19.2:
|
|
|
|
* Fix crash when visiting typedef. #547
|
|
|
|
|
2020-06-15 12:35:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 15 10:33:19 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Use tag, not random sha
|
|
|
|
|
2020-06-14 11:48:29 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 14 09:41:23 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2020-06-02 14:57:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 2 12:57:04 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Increase required version of Sphinx to the one where module
|
2020-06-02 15:02:28 +02:00
|
|
|
cstructobject was introduced. (bsc#1168627)
|
2020-06-02 14:57:48 +02:00
|
|
|
|
2020-05-28 09:35:43 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 27 12:01:04 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- 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
|
|
|
|
- Update for Sphinx 3. #491
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 27 09:36:31 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
|
2020-04-02 10:21:46 +02:00
|
|
|
-------------------------------------------------------------------
|
2020-04-14 11:30:12 +02:00
|
|
|
Tue Apr 14 08:59:32 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
|
|
|
|
|
|
|
- Update to 4.14.2:
|
|
|
|
* Fixes to use Sphinx 2.4.4
|
|
|
|
* Switch to pytest from nose.
|
|
|
|
- Remove 0001-Add-MockApp.emit.patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-04-02 10:21:46 +02:00
|
|
|
Thu Apr 2 08:06:45 UTC 2020 - Dan Čermák <dcermak@suse.com>
|
|
|
|
|
|
|
|
- Fix FTBFS due to test failure
|
|
|
|
|
|
|
|
Add patch: 0001-Add-MockApp.emit.patch
|
|
|
|
This is cherry picked from https://github.com/michaeljones/breathe/pull/486
|
|
|
|
and fixes test failures with sphinx 2.4.4
|
|
|
|
|
2020-02-03 08:38:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 2 16:00:02 UTC 2020 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 4.14.1
|
|
|
|
* Use sphinx core instead of mathbase ext. #469
|
|
|
|
* Fix test failure for Sphinx >= 2.2.2. #472
|
|
|
|
version 4.14.0:
|
|
|
|
* Add events attribute to MockApp. #452
|
|
|
|
* Add bit field support for C/C++. #454
|
|
|
|
* Add alias and variable template support. #461
|
|
|
|
|
2019-09-13 13:14:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 13 11:12:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 4.13.1:
|
|
|
|
* no upstream changelog
|
|
|
|
|
2019-06-06 15:32:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 6 13:29:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 4.13.0:
|
|
|
|
* Fixes for Sphinx 2.0
|
|
|
|
|
2019-03-19 15:59:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 19 14:57:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 4.12.0:
|
|
|
|
* More sphinx fixes
|
|
|
|
- Remove merged patch sphinx18.patch
|
|
|
|
|
2019-03-06 15:21:16 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 6 14:17:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 4.11.1:
|
|
|
|
* Fixes for newer sphinx releases
|
|
|
|
- Switch to github tarball for tests and license
|
|
|
|
- Add patch to fix build with sphinx 1.8:
|
|
|
|
* sphinx18.patch
|
|
|
|
|
2018-12-04 14:17:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:46:19 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2017-09-18 18:56:03 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 18 16:51:24 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix provides/obsoletes
|
|
|
|
|
2017-09-08 19:12:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 8 15:50:22 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|