Run doxygen when running on readthedocs servers

This commit is contained in:
Joffrey Dorville 2026-05-29 13:00:19 -05:00
parent d1d9f6ede8
commit b3df424d1c

View file

@ -7,6 +7,8 @@ build:
jobs:
post_checkout:
- git fetch --unshallow || true
- cd docs/doxygen && doxygen && cd -
sphinx:
configuration: docs/source/conf.py