mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 15:34:37 +00:00
7 lines
242 B
Python
7 lines
242 B
Python
execfile('../../../sphinx-conf.py')
|
|
|
|
latex_documents = [
|
|
('ChatUserGuide', 'ChatUserGuide.tex', u'Chat User Guide', u'Indico Team', 'manual'),
|
|
('XMPPClients', 'XMPPClients.tex', u'Recomended Chat Clients', u'Indico Team', 'manual')
|
|
]
|