Merge branch 'development_doctree_fixes' into development_actions

* development_doctree_fixes:
  wip: fix doctree example
  wip: fix doctree example
This commit is contained in:
2024-12-31 10:21:53 +01:00
280 changed files with 19519 additions and 5 deletions

View File

@@ -19,9 +19,8 @@ for project in 'projectinca, legal, why, web4,tfgrid3'.split(',').map(it.trim_sp
}
tree.export(
dest: '/tmp/test'
destination: '/tmp/test'
reset: true
keep_structure: true
exclude_errors: false
production: true
)!