Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
conf.py 1.03 KiB
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Path setup --------------------------------------------------------------
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
import sys
# -- General configuration ---------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
project = "{{cookiecutter.project_name}}"
copyright = "2023, ASTRON"
# TODO(): Extract version metadata from CMake and make available in Sphinx
# version = ""
extensions = [
"breathe",
]
# Breathe Configuration
breathe_default_project = "CPP"