Skip to content

Releases: boschglobal/doxysphinx

v3.3.1

27 Apr 15:00
Compare
Choose a tag to compare

v3.3.1 (2023-04-27)

Fix

  • toc: Fix illegal characters in structural dummy titles

v3.3.0

20 Apr 08:34
Compare
Choose a tag to compare

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

06 Apr 14:28
Compare
Choose a tag to compare

v3.2.3 (2023-04-06)

Fix

  • doxygen_cwd: Interpret paths relative to working dir

v3.2.2

06 Apr 08:03
Compare
Choose a tag to compare

v3.2.2 (2023-04-06)

Fix

  • doxygen: Don't launch doxygen from a shell

v3.2.1

28 Feb 15:41
Compare
Choose a tag to compare

v3.2.1 (2023-02-28)

Fix

  • rst_indent_warning: Fixed rst indent warning

v3.2.0

16 Feb 08:26
Compare
Choose a tag to compare

v3.2.0 (2023-02-16)

Feat

  • code: Removed emptyspaces before creating hash
  • incremental_behaviour: added incremental behaviour for doxysphinx

v3.1.0

09 Dec 08:57
Compare
Choose a tag to compare

v3.1.0 (2022-12-09)

Feat

  • parser: Now rst inline syntax is supported for sphinx roles and domains.

Fix

  • parser: fixed doxygen comment parsing

v3.0.0

18 Nov 08:46
Compare
Choose a tag to compare

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)

v2.3.7

17 Oct 11:35
Compare
Choose a tag to compare

v2.3.7 (2022-10-17)

Fix

  • deps: pyparsing dependency is added correctly now
  • doxygen: solve pre-commit errors by whitespaces
  • doxygen: fix errors in validator pytest
  • doxygen: adapt optional settings for doxyfile and documentation

v2.3.6

09 Sep 12:15
Compare
Choose a tag to compare

v2.3.6 (2022-09-09)

Fix

  • styling: moved rtd style fixes to doxysphinx