Skip to content
Snippets Groups Projects
Select Git revision
  • df5b25a85186bd7cad1a664fe88123689d1e994b
  • main default protected
  • convert-cookiecutter
  • expand-documentation
  • enable-security-dashboard
  • fix-clang-tidy
6 results

conf.py

Blame
  • 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"