Salome HOME
Further fix for CaseReader Py3 ...
[tools/medcoupling.git] / doc / user / conf.py.in
1 # -*- coding: utf-8 -*-
2 #
3 # Code Coupling and Code Integration documentation build configuration file, created by
4 # sphinx-quickstart on Tue Apr 28 15:28:57 2009.
5 #
6 # This file is execfile()d with the current directory set to its containing dir.
7 #
8 # The contents of this file are pickled, so don't put values in the namespace
9 # that aren't pickleable (module imports are okay, they're removed automatically).
10 #
11 # All configuration values have a default; values that are commented out
12 # serve to show the default.
13
14 import sys, os
15 import sphinx
16
17 # If your extensions are in another directory, add it here. If the directory
18 # is relative to the documentation root, use os.path.abspath to make it
19 # absolute, like shown here.
20 #sys.path.append(os.path.abspath('.'))
21
22 # General configuration
23 # ---------------------
24
25 # Add any Sphinx extension module names here, as strings. They can be extensions
26 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
27 extensions = ['sphinx.ext.mathjax']
28
29 # Add any paths that contain templates here, relative to this directory.
30 #templates_path = ['_templates']
31 templates_path = [os.path.join('@CMAKE_CURRENT_SOURCE_DIR@','templates')]
32
33 # The suffix of source filenames.
34 source_suffix = '.rst'
35
36 # The encoding of source files.
37 #source_encoding = 'utf-8'
38
39 # The master toctree document.
40 master_doc = 'index'
41
42 # General information about the project.
43 project = u"MEDCoupling User's Guide"
44 copyright = u'2015-2017, Geay, Bruneton'
45
46 # The version info for the project you're documenting, acts as replacement for
47 # |version| and |release|, also used in various other places throughout the
48 # built documents.
49 #
50 # The short X.Y version.
51 version = '@MEDCOUPLING_VERSION@'
52 # The full version, including alpha/beta/rc tags.
53 release = '@MEDCOUPLING_VERSION@'
54
55 # The language for content autogenerated by Sphinx. Refer to documentation
56 # for a list of supported languages.
57 #language = None
58
59 # There are two options for replacing |today|: either, you set today to some
60 # non-false value, then it is used:
61 #today = ''
62 # Else, today_fmt is used as the format for a strftime call.
63 #today_fmt = '%B %d, %Y'
64
65 # List of documents that shouldn't be included in the build.
66 #unused_docs = []
67
68 # List of directories, relative to source directory, that shouldn't be searched
69 # for source files.
70 exclude_trees = []
71
72 # The reST default role (used for this markup: `text`) to use for all documents.
73 #default_role = None
74
75 # If true, '()' will be appended to :func: etc. cross-reference text.
76 #add_function_parentheses = True
77
78 # If true, the current module name will be prepended to all description
79 # unit titles (such as .. function::).
80 #add_module_names = True
81
82 # If true, sectionauthor and moduleauthor directives will be shown in the
83 # output. They are ignored by default.
84 #show_authors = False
85
86 # The name of the Pygments (syntax highlighting) style to use.
87 pygments_style = 'sphinx'
88
89
90 # Options for HTML output
91 # -----------------------
92 html_theme = 'default' if sphinx.version_info[:2] < (1,3) else 'classic'
93
94 # The style sheet to use for HTML and HTML Help pages. A file of that name
95 # must exist either in Sphinx' static/ path, or in one of the custom paths
96 # given in html_static_path.
97 #html_style = 'default.css'
98
99 # The name for this set of Sphinx documents.  If None, it defaults to
100 # "<project> v<release> documentation".
101 #html_title = None
102
103 # A shorter title for the navigation bar.  Default is the same as html_title.
104 #html_short_title = None
105
106 # The name of an image file (relative to this directory) to place at the top
107 # of the sidebar.
108 #html_logo = ''
109
110 # The name of an image file (within the static path) to use as favicon of the
111 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
112 # pixels large.
113 #html_favicon = None
114
115 # Add any paths that contain custom static files (such as style sheets) here,
116 # relative to this directory. They are copied after the builtin static files,
117 # so a file named "default.css" will overwrite the builtin "default.css".
118 #html_static_path = ['_static']
119 html_static_path = [os.path.join('@CMAKE_CURRENT_BINARY_DIR@','static')]
120
121 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
122 # using the given strftime format.
123 #html_last_updated_fmt = '%b %d, %Y'
124
125 # If true, SmartyPants will be used to convert quotes and dashes to
126 # typographically correct entities.
127 #html_use_smartypants = True
128
129 # Custom sidebar templates, maps document names to template names.
130 #html_sidebars = {}
131
132 # Additional templates that should be rendered to pages, maps page names to
133 # template names.
134 #html_additional_pages = {}
135
136 # If false, no module index is generated.
137 #html_use_modindex = True
138
139 # If false, no index is generated.
140 #html_use_index = True
141
142 # If true, the index is split into individual pages for each letter.
143 #html_split_index = False
144
145 # If true, the reST sources are included in the HTML build as _sources/<name>.
146 #html_copy_source = True
147
148 # If true, an OpenSearch description file will be output, and all pages will
149 # contain a <link> tag referring to it.  The value of this option must be the
150 # base URL from which the finished HTML is served.
151 #html_use_opensearch = ''
152
153 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
154 #html_file_suffix = ''
155
156 # Output file base name for HTML help builder.
157 htmlhelp_basename = 'MEDCouplingUsersGuide'
158
159
160 # Options for LaTeX output
161 # ------------------------
162
163 # The paper size ('letter' or 'a4').
164 #latex_paper_size = 'letter'
165
166 # The font size ('10pt', '11pt' or '12pt').
167 #latex_font_size = '10pt'
168
169 # Grouping the document tree into LaTeX files. List of tuples
170 # (source start file, target name, title, author, document class [howto/manual]).
171 latex_documents = [
172   ('index', 'MEDCouplingUserGuide.tex', ur"MEDCoupling User's Guide",
173    ur'A. Geay, A. Bruneton', 'manual'),
174 ]
175
176 # The name of an image file (relative to this directory) to place at the top of
177 # the title page.
178 #latex_logo = ''
179
180 # For "manual" documents, if this is true, then toplevel headings are parts,
181 # not chapters.
182 #latex_use_parts = False
183
184 # Additional stuff for the LaTeX preamble.
185 #latex_preamble = ''
186
187 # Documents to append as an appendix to all manuals.
188 #latex_appendices = []
189
190 # If false, no module index is generated.
191 #latex_use_modindex = True
192
193 locale_dirs = [os.path.join('@CMAKE_CURRENT_BINARY_DIR@','locale')]   # path is example but recommended.
194 gettext_compact = False     # optional