[docs] generate extra node doc with custom extension

This commit is contained in:
Loïc Vital 2022-10-12 18:25:10 +02:00
parent e022b377c4
commit cec2c79d6a
7 changed files with 102 additions and 13 deletions

View file

@ -25,7 +25,8 @@ author = 'AliceVision Association'
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'fetch_md'
'fetch_md',
'meshroom_doc'
]
templates_path = ['_templates']