Add sphinx for documentation building

This commit is contained in:
2022-03-10 14:46:55 +01:00
parent 5b3321348a
commit 9cceaac1c1
9 changed files with 73 additions and 27 deletions

12
docs/conf.py Normal file
View File

@@ -0,0 +1,12 @@
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"