atrip/docs/conf.py

13 lines
298 B
Python

project = 'Atrip'
copyright = '2022, Alejandro Gallo'
author = 'Alejandro Gallo'
extensions = [ 'breathe' ]
templates_path = ['_templates']
exclude_patterns = []
html_theme = 'nature'
html_static_path = ['_static']
breathe_projects = { "atrip": "doxygen/xml/" }
breathe_default_project = "atrip"