1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 10:19:16 +02:00

integrate doxygen's deltachat.h docs into sphinx output

This commit is contained in:
holger krekel 2018-09-16 22:27:42 +02:00
parent 3d30a208c1
commit a2a23f778d
10 changed files with 39 additions and 10 deletions

View file

@ -37,6 +37,7 @@ extensions = [
#'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'breathe',
#'sphinx.ext.githubpages',
]
@ -92,6 +93,14 @@ pygments_style = 'sphinx'
#modindex_common_prefix = []
# -- breathe options ------
breathe_projects = {
"deltachat": "../../docs/xml/"
}
breathe_default_project = "deltachat"
# -- Options for HTML output ---------------------------------------------------
sys.path.append(os.path.abspath('_themes'))