57 # The full version, including alpha/beta/rc tags. |
57 # The full version, including alpha/beta/rc tags. |
58 release = '0.2' |
58 release = '0.2' |
59 |
59 |
60 # The language for content autogenerated by Sphinx. Refer to documentation |
60 # The language for content autogenerated by Sphinx. Refer to documentation |
61 # for a list of supported languages. |
61 # for a list of supported languages. |
62 #language = None |
62 language = 'fr' |
63 |
63 |
64 # There are two options for replacing |today|: either, you set today to some |
64 # There are two options for replacing |today|: either, you set today to some |
65 # non-false value, then it is used: |
65 # non-false value, then it is used: |
66 #today = '' |
66 #today = '' |
67 # Else, today_fmt is used as the format for a strftime call. |
67 # Else, today_fmt is used as the format for a strftime call. |
153 |
153 |
154 # If false, no module index is generated. |
154 # If false, no module index is generated. |
155 #html_domain_indices = True |
155 #html_domain_indices = True |
156 |
156 |
157 # If false, no index is generated. |
157 # If false, no index is generated. |
158 #html_use_index = True |
158 html_use_index = False |
159 |
159 |
160 # If true, the index is split into individual pages for each letter. |
160 # If true, the index is split into individual pages for each letter. |
161 #html_split_index = False |
161 #html_split_index = False |
162 |
162 |
163 # If true, links to the reST sources are added to the pages. |
163 # If true, links to the reST sources are added to the pages. |
164 #html_show_sourcelink = True |
164 html_show_sourcelink = False |
165 |
165 |
166 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. |
166 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. |
167 #html_show_sphinx = True |
167 #html_show_sphinx = True |
168 |
168 |
169 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. |
169 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. |