Skip to content

v3.0.0

Compare
Choose a tag to compare
@twodrops twodrops released this 18 Nov 08:46
· 113 commits to main since this release

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)