# -- Options for DOCX BUILDER ----------------------------------------------
docx_documents = [
('index', 'document.docx', {
'title': 'Document title',
'subject': 'TMS/X',
'category': 'Administrator Guide/User Guide',
'keywords': 'Revision 1.0',
'company': 'Client name'
}, True)
]
docx_style = '../../../shared/word_templates/CMA_template_new.docx'
docx_pagebreak_before_section = 1
docx_update_fields = True