File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ else (SPHINX_EXECUTABLE)
5555 message (WARNING "Sphinx need to be installed to generate the sphinx documentation" )
5656endif (SPHINX_EXECUTABLE)
5757
58+ # Here we build .rst files from the Doxygen XML output using Breathe
59+ # Since the toctree directive is used in the index.rst, we need to put the generated files in the same directory as the index.rst
60+ # Therefore add the files to our version control system and build them only occasionally
5861find_program (BREATHE_EXECUTABLE
5962 NAMES breathe-apidoc
6063 DOC "Path to breathe-apidoc executable" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ anira Documentation
66 :align: center
77 :width: 800px
88
9- |build_test | |build_benchmark | |build_examples | |on_tag |
9+ |build_test | |build_benchmark | |build_examples | |build_docs | | on_tag |
1010
1111.. |build_test | image :: https://github.com/anira-project/anira/actions/workflows/build_test.yml/badge.svg
1212 :target: https://github.com/anira-project/anira/actions/workflows/build_test.yml
You can’t perform that action at this time.
0 commit comments