|
1 |
| -# -*- coding: utf-8 -*- |
2 | 1 | #
|
3 | 2 | # soma-workflow documentation build configuration file, created by
|
4 | 3 | # sphinx-quickstart on Fri Jan 28 10:45:12 2011.
|
|
11 | 10 | # All configuration values have a default; values that are commented out
|
12 | 11 | # serve to show the default.
|
13 | 12 |
|
14 |
| -from __future__ import absolute_import |
15 | 13 | import sys
|
16 | 14 | import os
|
17 | 15 | import soma_workflow.version
|
|
65 | 63 | master_doc = 'index'
|
66 | 64 |
|
67 | 65 | # General information about the project.
|
68 |
| -project = u'soma-workflow' |
69 |
| -copyright = u'2011-2021 CEA, Neurospin, France, CATI, France' |
| 66 | +project = 'soma-workflow' |
| 67 | +copyright = '2011-2021 CEA, Neurospin, France, CATI, France' |
70 | 68 |
|
71 | 69 | # The version info for the project you're documenting, acts as replacement for
|
72 | 70 | # |version| and |release|, also used in various other places throughout the
|
|
204 | 202 | # Grouping the document tree into LaTeX files. List of tuples
|
205 | 203 | # (source start file, target name, title, author, documentclass [howto/manual]).
|
206 | 204 | latex_documents = [
|
207 |
| - ('index', 'soma-workflow.tex', u'soma-workflow Documentation', |
208 |
| - u'Soizic Laguitton', 'manual'), |
| 205 | + ('index', 'soma-workflow.tex', 'soma-workflow Documentation', |
| 206 | + 'Soizic Laguitton', 'manual'), |
209 | 207 | ]
|
210 | 208 |
|
211 | 209 | # The name of an image file (relative to this directory) to place at the top of
|
|
237 | 235 | # One entry per manual page. List of tuples
|
238 | 236 | # (source start file, name, description, authors, manual section).
|
239 | 237 | man_pages = [
|
240 |
| - ('index', 'soma-workflow', u'soma-workflow Documentation', |
241 |
| - [u'Soizic Laguitton'], 1) |
| 238 | + ('index', 'soma-workflow', 'soma-workflow Documentation', |
| 239 | + ['Soizic Laguitton'], 1) |
242 | 240 | ]
|
243 | 241 |
|
244 | 242 |
|
245 | 243 | # -- Options for Epub output ---------------------------------------------
|
246 | 244 |
|
247 | 245 | # Bibliographic Dublin Core info.
|
248 |
| -epub_title = u'soma-workflow' |
249 |
| -epub_author = u'Soizic Laguitton' |
250 |
| -epub_publisher = u'2021 CEA, Neurospin, France, CATI, France' |
251 |
| -epub_copyright = u'2021, ' |
| 246 | +epub_title = 'soma-workflow' |
| 247 | +epub_author = 'Soizic Laguitton' |
| 248 | +epub_publisher = '2021 CEA, Neurospin, France, CATI, France' |
| 249 | +epub_copyright = '2021, ' |
252 | 250 |
|
253 | 251 | # The language of the text. It defaults to the language option
|
254 | 252 | # or en if the language is not set.
|
|
0 commit comments