Tags · breathe-doc/breathe (original) (raw)
v4.35.0
Toggle v4.35.0's commit message
2023-02-28 - Breathe v4.35.0
- Pull lone literal blocks in paragraphs up to produce correct doctree. #833
- Fix tests for changes in Sphinx 5.3. #865
- Bump Python requirement to 3.7. #866
- Support Sphinx 6. #885
- Support
:sort:option to sort sections by name. #879
v4.34.0
Toggle v4.34.0's commit message
2022-06-20 - Breathe v4.34.0
- Treat .unparsed as plain text. #806
- Remove unneeded type: ignore annotations. #813
- Fix internal
NodeFindervisitor 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
v4.33.0
Toggle v4.33.0's commit message
2022-02-14 - Breathe v4.33.0
- Fix duplicate
staticin 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