]> SALOME platform Git repositories - modules/yacs.git/blob - doc/conf.py.in
Salome HOME
Build on Windows platform.
[modules/yacs.git] / doc / conf.py.in
1 # -*- coding: utf-8 -*-
2 #
3 # yacs documentation build configuration file, created by
4 # sphinx-quickstart on Fri Aug 29 09:57:25 2008.
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.autodoc']
28 #add pdfbuilder to build a pdf with rst2pdf
29 #extensions = ['rst2pdf.pdfbuilder']
30
31 # Add any paths that contain templates here, relative to this directory.
32 templates_path = [os.path.join('@CMAKE_CURRENT_SOURCE_DIR@','templates')]
33
34 # The suffix of source filenames.
35 source_suffix = '.rst'
36
37 # The encoding of source files.
38 #source_encoding = 'utf-8'
39
40 # The master toctree document.
41 master_doc = 'index'
42
43 # General information about the project.
44 project = 'yacs'
45 copyright = '2007-2017 CEA/DEN, EDF R&D.'
46
47 # The version info for the project you're documenting, acts as replacement for
48 # |version| and |release|, also used in various other places throughout the
49 # built documents.
50 #
51 # The short X.Y version.
52 version = '@SALOMEYACS_VERSION@'
53 # The full version, including alpha/beta/rc tags.
54 release = '@SALOMEYACS_VERSION@'
55
56 # The language for content autogenerated by Sphinx. Refer to documentation
57 # for a list of supported languages.
58 #language = None
59
60 # There are two options for replacing |today|: either, you set today to some
61 # non-false value, then it is used:
62 #today = ''
63 # Else, today_fmt is used as the format for a strftime call.
64 #today_fmt = '%B %d, %Y'
65
66 # List of documents that shouldn't be included in the build.
67 #unused_docs = []
68
69 # List of directories, relative to source directory, that shouldn't be searched
70 # for source files.
71 exclude_trees = ['.build','ref','images','CVS']
72
73 # A list of glob-style patterns that should be excluded when looking for source
74 # files. They are matched against the source file names relative to the
75 # source directory, using slashes as directory separators on all platforms.
76 exclude_patterns = ['**/CVS']
77
78 # The reST default role (used for this markup: `text`) to use for all documents.
79 #default_role = None
80
81 # If true, '()' will be appended to :func: etc. cross-reference text.
82 #add_function_parentheses = True
83
84 # If true, the current module name will be prepended to all description
85 # unit titles (such as .. function::).
86 #add_module_names = True
87
88 # If true, sectionauthor and moduleauthor directives will be shown in the
89 # output. They are ignored by default.
90 #show_authors = False
91
92 # The name of the Pygments (syntax highlighting) style to use.
93 pygments_style = 'sphinx'
94
95
96 # Options for HTML output
97 # -----------------------
98
99 # The theme to use for HTML and HTML Help pages.  Major themes that come with
100 # Sphinx are currently 'default' and 'sphinxdoc'.
101 html_theme = 'default' if sphinx.version_info[:2] < (1,3) else 'classic'
102
103 # The name for this set of Sphinx documents.  If None, it defaults to
104 # "<project> v<release> documentation".
105 #html_title = None
106
107 # A shorter title for the navigation bar.  Default is the same as html_title.
108 #html_short_title = None
109
110 # The name of an image file (relative to this directory) to place at the top
111 # of the sidebar.
112 #html_logo = None
113
114 # The name of an image file (within the static path) to use as favicon of the
115 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
116 # pixels large.
117 #html_favicon = None
118
119 # Add any paths that contain custom static files (such as style sheets) here,
120 # relative to this directory. They are copied after the builtin static files,
121 # so a file named "default.css" will overwrite the builtin "default.css".
122 html_static_path = [os.path.join('@CMAKE_CURRENT_SOURCE_DIR@','_static')]
123
124 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
125 # using the given strftime format.
126 #html_last_updated_fmt = '%b %d, %Y'
127
128 # If true, SmartyPants will be used to convert quotes and dashes to
129 # typographically correct entities.
130 #html_use_smartypants = True
131
132 # Custom sidebar templates, maps document names to template names.
133 #html_sidebars = {}
134
135 # Additional templates that should be rendered to pages, maps page names to
136 # template names.
137 #html_additional_pages = {}
138
139 # If false, no module index is generated.
140 #html_use_modindex = True 
141
142 # If false, no index is generated.
143 #html_use_index = True
144
145 # If true, the index is split into individual pages for each letter.
146 #html_split_index = False
147
148 # If true, the reST sources are included in the HTML build as _sources/<name>.
149 #html_copy_source = True
150
151 # If true, an OpenSearch description file will be output, and all pages will
152 # contain a <link> tag referring to it.  The value of this option must be the
153 # base URL from which the finished HTML is served.
154 #html_use_opensearch = ''
155
156 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
157 #html_file_suffix = ''
158
159 # Output file base name for HTML help builder.
160 htmlhelp_basename = 'yacsdoc'
161
162
163 # Options for LaTeX output
164 # ------------------------
165
166 # The paper size ('letter' or 'a4').
167 latex_paper_size = 'a4'
168
169 # The font size ('10pt', '11pt' or '12pt').
170 latex_font_size = '10pt'
171
172 # Grouping the document tree into LaTeX files. List of tuples
173 # (source start file, target name, title, author, document class [howto/manual]).
174 latex_documents = [
175   ('using', 'using.tex', 'YACS User Documentation', r'C. Caremoli, N. Crouzet, E. Fayolle,\\P. Rascle, A. Ribes, M. Tajchman', 'manual'),
176   ('integration', 'integration.tex', 'YACS Integration Documentation', r'C. Caremoli, N. Crouzet, E. Fayolle,\\P. Rascle, A. Ribes, M. Tajchman', 'manual'),
177 ]
178
179 # The name of an image file (relative to this directory) to place at the top of
180 # the title page.
181 #latex_logo = None
182
183 # For "manual" documents, if this is true, then toplevel headings are parts,
184 # not chapters.
185 #latex_use_parts = False
186
187 # Additional stuff for the LaTeX preamble.
188 latex_preamble = """
189 \RecustomVerbatimEnvironment
190  {Verbatim}{Verbatim}
191  {fontsize=\scriptsize}
192 """
193
194 # Documents to append as an appendix to all manuals.
195 #latex_appendices = []
196
197 # If false, no module index is generated.
198 latex_use_modindex = False
199
200 #Options for rst2pdf output (through reportlab)
201 pdf_documents = [
202   ('using', 'using', 'YACS User Documentation', 'C. Caremoli, N. Crouzet, P. Rascle, A. Ribes, E. Fayolle, M. Tajchman'),
203   ('integration', 'integration', 'YACS Integration Documentation', 'C. Caremoli, N. Crouzet, P. Rascle, A. Ribes, E. Fayolle, M. Tajchman'),
204 ]
205
206 # A comma-separated list of custom stylesheets.
207 pdf_stylesheets = ['sphinx','kerning','a4']
208
209 # Create a compressed PDF
210 # Use True/False or 1/0
211 #pdf_compressed = False
212
213 # A colon-separated list of folders to search for fonts. Example:
214 # pdf_font_path = ['/usr/share/fonts', '/usr/share/texmf-dist/fonts/']
215
216 # Language to be used for hyphenation support
217 #pdf_language = "en_US"
218