Salome HOME
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and custo...
[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
16 # If your extensions are in another directory, add it here. If the directory
17 # is relative to the documentation root, use os.path.abspath to make it
18 # absolute, like shown here.
19 #sys.path.append(os.path.abspath('.'))
20
21 # General configuration
22 # ---------------------
23
24 # Add any Sphinx extension module names here, as strings. They can be extensions
25 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
26 extensions = ['sphinx.ext.autodoc']
27 #add pdfbuilder to build a pdf with rst2pdf
28 #extensions = ['rst2pdf.pdfbuilder']
29
30 # Add any paths that contain templates here, relative to this directory.
31 templates_path = [os.path.join('@srcdir@','_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 = 'yacs'
44 copyright = '2007-2013 CEA/DEN, EDF R&D.'
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 = '@SHORT_VERSION@'
52 # The full version, including alpha/beta/rc tags.
53 release = '@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 = ['.build','ref','images','CVS']
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
93 # The theme to use for HTML and HTML Help pages.  Major themes that come with
94 # Sphinx are currently 'default' and 'sphinxdoc'.
95 html_theme = 'default'
96
97 # The name for this set of Sphinx documents.  If None, it defaults to
98 # "<project> v<release> documentation".
99 #html_title = None
100
101 # A shorter title for the navigation bar.  Default is the same as html_title.
102 #html_short_title = None
103
104 # The name of an image file (relative to this directory) to place at the top
105 # of the sidebar.
106 #html_logo = None
107
108 # The name of an image file (within the static path) to use as favicon of the
109 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
110 # pixels large.
111 #html_favicon = None
112
113 # Add any paths that contain custom static files (such as style sheets) here,
114 # relative to this directory. They are copied after the builtin static files,
115 # so a file named "default.css" will overwrite the builtin "default.css".
116 html_static_path = [os.path.join('@srcdir@','_static')]
117
118 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
119 # using the given strftime format.
120 #html_last_updated_fmt = '%b %d, %Y'
121
122 # If true, SmartyPants will be used to convert quotes and dashes to
123 # typographically correct entities.
124 #html_use_smartypants = True
125
126 # Custom sidebar templates, maps document names to template names.
127 #html_sidebars = {}
128
129 # Additional templates that should be rendered to pages, maps page names to
130 # template names.
131 #html_additional_pages = {}
132
133 # If false, no module index is generated.
134 #html_use_modindex = True 
135
136 # If false, no index is generated.
137 #html_use_index = True
138
139 # If true, the index is split into individual pages for each letter.
140 #html_split_index = False
141
142 # If true, the reST sources are included in the HTML build as _sources/<name>.
143 #html_copy_source = True
144
145 # If true, an OpenSearch description file will be output, and all pages will
146 # contain a <link> tag referring to it.  The value of this option must be the
147 # base URL from which the finished HTML is served.
148 #html_use_opensearch = ''
149
150 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
151 #html_file_suffix = ''
152
153 # Output file base name for HTML help builder.
154 htmlhelp_basename = 'yacsdoc'
155
156
157 # Options for LaTeX output
158 # ------------------------
159
160 # The paper size ('letter' or 'a4').
161 latex_paper_size = 'a4'
162
163 # The font size ('10pt', '11pt' or '12pt').
164 latex_font_size = '10pt'
165
166 # Grouping the document tree into LaTeX files. List of tuples
167 # (source start file, target name, title, author, document class [howto/manual]).
168 latex_documents = [
169   ('using', 'using.tex', 'YACS User Documentation', r'C. Caremoli, N. Crouzet, E. Fayolle,\\P. Rascle, A. Ribes, M. Tajchman', 'manual'),
170   ('integration', 'integration.tex', 'YACS Integration Documentation', r'C. Caremoli, N. Crouzet, E. Fayolle,\\P. Rascle, A. Ribes, M. Tajchman', 'manual'),
171 ]
172
173 # The name of an image file (relative to this directory) to place at the top of
174 # the title page.
175 #latex_logo = None
176
177 # For "manual" documents, if this is true, then toplevel headings are parts,
178 # not chapters.
179 #latex_use_parts = False
180
181 # Additional stuff for the LaTeX preamble.
182 latex_preamble = """
183 \RecustomVerbatimEnvironment
184  {Verbatim}{Verbatim}
185  {fontsize=\scriptsize}
186 """
187
188 # Documents to append as an appendix to all manuals.
189 #latex_appendices = []
190
191 # If false, no module index is generated.
192 latex_use_modindex = False
193
194 #Options for rst2pdf output (through reportlab)
195 pdf_documents = [
196   ('using', 'using', 'YACS User Documentation', 'C. Caremoli, N. Crouzet, P. Rascle, A. Ribes, E. Fayolle, M. Tajchman'),
197   ('integration', 'integration', 'YACS Integration Documentation', 'C. Caremoli, N. Crouzet, P. Rascle, A. Ribes, E. Fayolle, M. Tajchman'),
198 ]
199
200 # A comma-separated list of custom stylesheets.
201 pdf_stylesheets = ['sphinx','kerning','a4']
202
203 # Create a compressed PDF
204 # Use True/False or 1/0
205 #pdf_compressed = False
206
207 # A colon-separated list of folders to search for fonts. Example:
208 # pdf_font_path = ['/usr/share/fonts', '/usr/share/texmf-dist/fonts/']
209
210 # Language to be used for hyphenation support
211 #pdf_language = "en_US"
212