File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - " 1.11.0"
3838 - " 1.12.0"
3939 - " 1.13.2"
40+ - " 1.14.0"
41+ - " 1.15.0"
4042 python :
4143 - " 3.8.12"
4244 - " 3.9"
4547 - " 3.12"
4648 - " 3.13"
4749
48- runs-on : ubuntu-24.04
50+ runs-on : ubuntu-latest
4951
5052 defaults :
5153 run :
5456 steps :
5557 - name : Install base dependencies
5658 run : |
59+ sudo rm -f /var/lib/man-db/auto-update || true
5760 sudo apt -y update
5861 sudo apt -y install --no-install-recommends dvisvgm
5962
6972
7073 - name : Install python dependencies
7174 run : |
75+ python --version
7276 python -m pip install --upgrade pip build setuptools wheel
7377
7478 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.20.1 - 2025-12-24
4+
5+ - disabled Doxygen's IMPLICIT_DIR_DOCS (a.k.a. Doxygen's ` HAVE_DOT ` ) (#41 ) (@fwerner )
6+
37## v0.20.0 - 2025-10-07
48
59- added config option ` dot ` (a.k.a. Doxygen's ` HAVE_DOT ` )
Original file line number Diff line number Diff line change 1- 0.20.0
1+ 0.20.1
You can’t perform that action at this time.
0 commit comments