Develop and Download Open Source Software

Browse Subversion Repository

Contents of /__init__.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download) (as text)
Mon Dec 5 03:48:33 2011 UTC (12 years, 4 months ago) by isao-hara
File MIME type: text/x-python
File size: 665 byte(s)
First commit
1 from builder import DocxBuilder
2
3
4 def setup(app):
5 app.add_builder(DocxBuilder)
6 app.add_config_value('docx_style', 'style.docx', 'env')
7 app.add_config_value('docx_title', 'SphinxDocx', 'env')
8 app.add_config_value('docx_subject', 'Sphinx Document', 'env')
9 app.add_config_value('docx_creator', 'sphinx-docxbuilder', 'env')
10 app.add_config_value('docx_company', '', 'env')
11 app.add_config_value('docx_category', 'sphinx document', 'env')
12 app.add_config_value('docx_descriptions', 'This document generaged by sphix-docxbuilder', 'env')
13 app.add_config_value('docx_keywords', ['python', 'Office Open XML', 'Word'] , 'env')
14

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26