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
0
@@ -18,6 +18,12 @@ import sys
@@ -18,6 +18,12 @@ import sys
# Add any Sphinx extension module names here, as strings. They can be
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# ones.
 
 
project = "CPP"
 
 
# TODO(): Extract version metadata from CMake and make available in Sphinx
 
# version = ""
 
extensions = [
extensions = [
"breathe",
"breathe",
]
]
Loading