Releases: boschglobal/doxysphinx
Releases · boschglobal/doxysphinx
v3.3.1
v3.3.0
v3.3.0 (2023-04-20)
Feat
- prerequisites: dartsass isn't needed anymore because we switched to libsass
Fix
- styling: fixes doxygen page headings
- parser: removed annotated.html from parsing exclusion list
- resourceprovision: fixed caching not working for stylesheets
- devcontainer: fixed devcontainer which was broken on first run.
- pre-commit: reactivated conventional commit checking
Refactor
- fix for flake8 error C418 in toc.py
Perf
- improve performance by parallelizing work over available cores
- improve performance by better preselection
- improved performance of json loading by an order of magnitude
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.0.0
v3.0.0 (2022-11-18)
Feature
- tocs: Major rewrite of nav/toc generation
Now the navigation is more in line with doxygen. We had to create structural dummy pages/rst for that and things like having indexes with
html anchors in menu are just impossible in sphinx. As the navbar is now created differently this is a breaking change.
Fixes
- #69 Duplicate elements in Navbar
Docs
- styling: Our own documentations navigation sidebar is now styled in light grey to have more visual difference between nav and content area.
- demos: Added additional Graphviz demo project.
This is for testing bigger doxygen documentations. Also added makefiles targets for building (to use this feature a script is provided in./demo
that will download graphviz source)