|
4 | 4 | 'format' +
|
5 | 5 | ''
|
6 | 6 | )
|
7 |
| -# -*- coding: utf-8 -*- |
8 |
| -# |
9 | 7 | # Configuration file for the Sphinx documentation builder.
|
10 | 8 | #
|
11 |
| -# This file does only contain a selection of the most common options. For a |
12 |
| -# full list see the documentation: |
| 9 | +# This file only contains a selection of the most common options. For a full |
| 10 | +# list see the documentation: |
13 | 11 | # http://www.sphinx-doc.org/en/master/config
|
14 | 12 |
|
15 | 13 | # -- Path setup --------------------------------------------------------------
|
|
24 | 22 |
|
25 | 23 | # -- Project information -----------------------------------------------------
|
26 | 24 |
|
27 |
| -project = u'pyexcel-xlsx' |
28 |
| -copyright = u'2015-2018 Onni Software Ltd.' |
29 |
| -author = u'C.W.' |
| 25 | +project = 'pyexcel-xlsx' |
| 26 | +copyright = 'copyright 2015-2019 Onni Software Ltd.' |
| 27 | +author = 'Onni Software Ltd.' |
30 | 28 |
|
31 | 29 | # The short X.Y version
|
32 |
| -version = u'0.5.2' |
| 30 | +version = '0.6.0' |
33 | 31 | # The full version, including alpha/beta/rc tags
|
34 |
| -release = u'0.6.0' |
| 32 | +release = '0.5.2' |
35 | 33 |
|
36 | 34 |
|
37 | 35 | # -- General configuration ---------------------------------------------------
|
38 | 36 |
|
39 |
| -# If your documentation needs a minimal Sphinx version, state it here. |
40 |
| -# |
41 |
| -# needs_sphinx = '1.0' |
42 |
| - |
43 | 37 | # Add any Sphinx extension module names here, as strings. They can be
|
44 | 38 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
45 | 39 | # ones.
|
|
69 | 63 | # This pattern also affects html_static_path and html_extra_path.
|
70 | 64 | exclude_patterns = []
|
71 | 65 |
|
72 |
| -# The name of the Pygments (syntax highlighting) style to use. |
73 |
| -pygments_style = None |
74 |
| - |
75 | 66 |
|
76 | 67 | # -- Options for HTML output -------------------------------------------------
|
77 | 68 |
|
|
102 | 93 | # html_sidebars = {}
|
103 | 94 |
|
104 | 95 |
|
105 |
| -# -- Options for HTMLHelp output --------------------------------------------- |
106 |
| - |
107 |
| -# Output file base name for HTML help builder. |
108 |
| -htmlhelp_basename = 'pyexcel-xlsxdoc' |
109 |
| - |
110 |
| - |
111 |
| -# -- Options for LaTeX output ------------------------------------------------ |
112 |
| - |
113 |
| -latex_elements = { |
114 |
| - # The paper size ('letterpaper' or 'a4paper'). |
115 |
| - # |
116 |
| - # 'papersize': 'letterpaper', |
117 |
| - |
118 |
| - # The font size ('10pt', '11pt' or '12pt'). |
119 |
| - # |
120 |
| - # 'pointsize': '10pt', |
121 |
| - |
122 |
| - # Additional stuff for the LaTeX preamble. |
123 |
| - # |
124 |
| - # 'preamble': '', |
125 |
| - |
126 |
| - # Latex figure (float) alignment |
127 |
| - # |
128 |
| - # 'figure_align': 'htbp', |
129 |
| -} |
130 |
| - |
131 |
| -# Grouping the document tree into LaTeX files. List of tuples |
132 |
| -# (source start file, target name, title, |
133 |
| -# author, documentclass [howto, manual, or own class]). |
134 |
| -latex_documents = [ |
135 |
| - (master_doc, 'pyexcel-xlsx.tex', u'pyexcel-xlsx Documentation', |
136 |
| - u'Onni Software Ltd.', 'manual'), |
137 |
| -] |
138 |
| - |
139 |
| - |
140 |
| -# -- Options for manual page output ------------------------------------------ |
141 |
| - |
142 |
| -# One entry per manual page. List of tuples |
143 |
| -# (source start file, name, description, authors, manual section). |
144 |
| -man_pages = [ |
145 |
| - (master_doc, 'pyexcel-xlsx', u'pyexcel-xlsx Documentation', |
146 |
| - [author], 1) |
147 |
| -] |
148 |
| - |
149 |
| - |
150 |
| -# -- Options for Texinfo output ---------------------------------------------- |
151 |
| - |
152 |
| -# Grouping the document tree into Texinfo files. List of tuples |
153 |
| -# (source start file, target name, title, author, |
154 |
| -# dir menu entry, description, category) |
155 |
| -texinfo_documents = [ |
156 |
| - (master_doc, 'pyexcel-xlsx', u'pyexcel-xlsx Documentation', |
157 |
| - author, 'pyexcel-xlsx', 'One line description of project.', |
158 |
| - 'Miscellaneous'), |
159 |
| -] |
160 |
| - |
161 |
| - |
162 | 96 | # -- Options for Epub output -------------------------------------------------
|
163 | 97 |
|
164 | 98 | # Bibliographic Dublin Core info.
|
|
181 | 115 |
|
182 | 116 | # Example configuration for intersphinx: refer to the Python standard library.
|
183 | 117 | intersphinx_mapping = {'https://docs.python.org/': None}
|
| 118 | + |
184 | 119 | # TODO: html_theme not configurable upstream
|
185 | 120 | html_theme = 'default'
|
186 | 121 |
|
|
0 commit comments