|
1 |
| -# -*- coding: utf-8 -*- |
2 |
| -# |
3 | 1 | # Django Comments documentation build configuration file, created by
|
4 | 2 | # sphinx-quickstart on Mon Mar 11 10:23:49 2013.
|
5 | 3 | #
|
|
41 | 39 | master_doc = 'index'
|
42 | 40 |
|
43 | 41 | # General information about the project.
|
44 |
| -project = u'Django Comments' |
45 |
| -copyright = u'2013, Django Software Foundation and contributors' |
| 42 | +project = 'Django Comments' |
| 43 | +copyright = 'Django Software Foundation and contributors' |
46 | 44 |
|
47 | 45 | # The version info for the project you're documenting, acts as replacement for
|
48 | 46 | # |version| and |release|, also used in various other places throughout the
|
49 | 47 | # built documents.
|
50 | 48 | #
|
51 | 49 | # The short X.Y version.
|
52 |
| -version = '1.7' |
| 50 | +version = '1.8' |
53 | 51 | # The full version, including alpha/beta/rc tags.
|
54 |
| -release = '1.7' |
| 52 | +release = '1.8' |
55 | 53 |
|
56 | 54 | # The language for content autogenerated by Sphinx. Refer to documentation
|
57 | 55 | # for a list of supported languages.
|
|
184 | 182 | # Grouping the document tree into LaTeX files. List of tuples
|
185 | 183 | # (source start file, target name, title, author, documentclass [howto/manual]).
|
186 | 184 | latex_documents = [
|
187 |
| - ('newindex', 'DjangoComments.tex', u'Django Comments Documentation', |
188 |
| - u'Django Software Foundation and contributors', 'manual'), |
| 185 | + ('index', 'DjangoComments.tex', 'Django Comments Documentation', |
| 186 | + 'Django Software Foundation and contributors', 'manual'), |
189 | 187 | ]
|
190 | 188 |
|
191 | 189 | # The name of an image file (relative to this directory) to place at the top of
|
|
214 | 212 | # One entry per manual page. List of tuples
|
215 | 213 | # (source start file, name, description, authors, manual section).
|
216 | 214 | man_pages = [
|
217 |
| - ('newindex', 'djangocomments', u'Django Comments Documentation', |
218 |
| - [u'Django Software Foundation and contributors'], 1) |
| 215 | + ('index', 'djangocomments', 'Django Comments Documentation', |
| 216 | + ['Django Software Foundation and contributors'], 1) |
219 | 217 | ]
|
220 | 218 |
|
221 | 219 | # If true, show URL addresses after external links.
|
|
228 | 226 | # (source start file, target name, title, author,
|
229 | 227 | # dir menu entry, description, category)
|
230 | 228 | texinfo_documents = [
|
231 |
| - ('newindex', 'DjangoComments', u'Django Comments Documentation', |
232 |
| - u'Django Software Foundation and contributors', 'DjangoComments', 'One line description of project.', |
| 229 | + ('index', 'DjangoComments', 'Django Comments Documentation', |
| 230 | + 'Django Software Foundation and contributors', 'DjangoComments', 'One line description of project.', |
233 | 231 | 'Miscellaneous'),
|
234 | 232 | ]
|
235 | 233 |
|
|
246 | 244 | # -- Options for Epub output ---------------------------------------------------
|
247 | 245 |
|
248 | 246 | # Bibliographic Dublin Core info.
|
249 |
| -epub_title = u'Django Comments' |
250 |
| -epub_author = u'Django Software Foundation and contributors' |
251 |
| -epub_publisher = u'Django Software Foundation and contributors' |
252 |
| -epub_copyright = u'2013, Django Software Foundation and contributors' |
| 247 | +epub_title = 'Django Comments' |
| 248 | +epub_author = 'Django Software Foundation and contributors' |
| 249 | +epub_publisher = 'Django Software Foundation and contributors' |
| 250 | +epub_copyright = copyright |
253 | 251 |
|
254 | 252 | # The language of the text. It defaults to the language option
|
255 | 253 | # or en if the language is not set.
|
|
288 | 286 |
|
289 | 287 | # Example configuration for intersphinx: refer to the Python standard library.
|
290 | 288 | intersphinx_mapping = {
|
291 |
| - 'python': ('http://docs.python.org/', None), |
292 |
| - 'django': ('http://docs.djangoproject.com/en/stable', 'http://docs.djangoproject.com/en/stable/_objects'), |
| 289 | + 'python': ('https://docs.python.org/', None), |
| 290 | + 'django': ('https://docs.djangoproject.com/en/stable', 'https://docs.djangoproject.com/en/stable/_objects'), |
293 | 291 | }
|
0 commit comments