|
41 | 41 |
|
42 | 42 | # General information about the project. |
43 | 43 | project = u'django-vote' |
44 | | -copyright = u'2014, shellfly' |
| 44 | +copyright = u'2014-2020, shellfly' |
45 | 45 |
|
46 | 46 | # The version info for the project you're documenting, acts as replacement for |
47 | 47 | # |version| and |release|, also used in various other places throughout the |
|
195 | 195 | # -- Options for LaTeX output --------------------------------------------- |
196 | 196 |
|
197 | 197 | latex_elements = { |
198 | | -# The paper size ('letterpaper' or 'a4paper'). |
199 | | -#'papersize': 'letterpaper', |
| 198 | + # The paper size ('letterpaper' or 'a4paper'). |
| 199 | + # 'papersize': 'letterpaper', |
200 | 200 |
|
201 | | -# The font size ('10pt', '11pt' or '12pt'). |
202 | | -#'pointsize': '10pt', |
| 201 | + # The font size ('10pt', '11pt' or '12pt'). |
| 202 | + # 'pointsize': '10pt', |
203 | 203 |
|
204 | | -# Additional stuff for the LaTeX preamble. |
205 | | -#'preamble': '', |
| 204 | + # Additional stuff for the LaTeX preamble. |
| 205 | + # 'preamble': '', |
206 | 206 |
|
207 | | -# Latex figure (float) alignment |
208 | | -#'figure_align': 'htbp', |
| 207 | + # Latex figure (float) alignment |
| 208 | + # 'figure_align': 'htbp', |
209 | 209 | } |
210 | 210 |
|
211 | 211 | # Grouping the document tree into LaTeX files. List of tuples |
212 | 212 | # (source start file, target name, title, |
213 | 213 | # author, documentclass [howto, manual, or own class]). |
214 | 214 | latex_documents = [ |
215 | | - ('index', 'django-vote.tex', u'django-vote Documentation', |
216 | | - u'shellfly', 'manual'), |
| 215 | + ('index', 'django-vote.tex', u'django-vote Documentation', |
| 216 | + u'shellfly', 'manual'), |
217 | 217 | ] |
218 | 218 |
|
219 | 219 | # The name of an image file (relative to this directory) to place at the top of |
|
256 | 256 | # (source start file, target name, title, author, |
257 | 257 | # dir menu entry, description, category) |
258 | 258 | texinfo_documents = [ |
259 | | - ('index', 'django-vote', u'django-vote Documentation', |
260 | | - u'shellfly', 'django-vote', 'One line description of project.', |
261 | | - 'Miscellaneous'), |
| 259 | + ('index', 'django-vote', u'django-vote Documentation', |
| 260 | + u'shellfly', 'django-vote', 'One line description of project.', |
| 261 | + 'Miscellaneous'), |
262 | 262 | ] |
263 | 263 |
|
264 | 264 | # Documents to append as an appendix to all manuals. |
|
0 commit comments