Skip to content
Snippets Groups Projects

Expand documentation and enable security dashboards

Closed Corné Lukken requested to merge expand-documentation into main
6 files
+ 54
9
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 6
0
@@ -18,6 +18,12 @@ import sys
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
project = "CPP"
# TODO(): Extract version metadata from CMake and make available in Sphinx
# version = ""
extensions = [
"breathe",
]
Loading