T-PLAY / hub

Central HUB and communication protocol of TPLAY
https://t-play.github.io/hub/
Mozilla Public License 2.0
2 stars 1 forks source link

[ci][doc] Make sphinx build (doxygen files) into build directory #47

Open hiergaut opened 4 months ago

hiergaut commented 4 months ago

Some doxygen files are built in the project dir during hub-doc-sphinx process (target). Please, avoid build files into project source dir, all build files have to be in build dir. Sphinx is running from project source dir to know path of source files locally (see documentation, rst files). Find a way to get source files locally from build directory.