Skip to content

Commit 6723997

Browse files
committed
Minor updates
1 parent d16188c commit 6723997

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ else (SPHINX_EXECUTABLE)
5555
message(WARNING "Sphinx need to be installed to generate the sphinx documentation")
5656
endif (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
5861
find_program(BREATHE_EXECUTABLE
5962
NAMES breathe-apidoc
6063
DOC "Path to breathe-apidoc executable")

docs/sphinx/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)