OLD | NEW |
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 # | 2 # |
3 # Native Client documentation build configuration file, created by | 3 # Native Client documentation build configuration file, created by |
4 # sphinx-quickstart on Thu Aug 15 11:31:06 2013. | 4 # sphinx-quickstart on Thu Aug 15 11:31:06 2013. |
5 # | 5 # |
6 # This file is execfile()d with the current directory set to its containing dir. | 6 # This file is execfile()d with the current directory set to its containing dir. |
7 # | 7 # |
8 # Note that not all possible configuration values are present in this | 8 # Note that not all possible configuration values are present in this |
9 # autogenerated file. | 9 # autogenerated file. |
10 # | 10 # |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 #language = None | 54 #language = None |
55 | 55 |
56 # There are two options for replacing |today|: either, you set today to some | 56 # There are two options for replacing |today|: either, you set today to some |
57 # non-false value, then it is used: | 57 # non-false value, then it is used: |
58 #today = '' | 58 #today = '' |
59 # Else, today_fmt is used as the format for a strftime call. | 59 # Else, today_fmt is used as the format for a strftime call. |
60 #today_fmt = '%B %d, %Y' | 60 #today_fmt = '%B %d, %Y' |
61 | 61 |
62 # List of patterns, relative to source directory, that match files and | 62 # List of patterns, relative to source directory, that match files and |
63 # directories to ignore when looking for source files. | 63 # directories to ignore when looking for source files. |
64 exclude_patterns = ['_build'] | 64 exclude_patterns = ['out'] |
65 | 65 |
66 # The reST default role (used for this markup: `text`) to use for all documents. | 66 # The reST default role (used for this markup: `text`) to use for all documents. |
67 #default_role = None | 67 #default_role = None |
68 | 68 |
69 # If true, '()' will be appended to :func: etc. cross-reference text. | 69 # If true, '()' will be appended to :func: etc. cross-reference text. |
70 #add_function_parentheses = True | 70 #add_function_parentheses = True |
71 | 71 |
72 # If true, the current module name will be prepended to all description | 72 # If true, the current module name will be prepended to all description |
73 # unit titles (such as .. function::). | 73 # unit titles (such as .. function::). |
74 #add_module_names = True | 74 #add_module_names = True |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 # base URL from which the finished HTML is served. | 159 # base URL from which the finished HTML is served. |
160 #html_use_opensearch = '' | 160 #html_use_opensearch = '' |
161 | 161 |
162 # This is the file name suffix for HTML files (e.g. ".xhtml"). | 162 # This is the file name suffix for HTML files (e.g. ".xhtml"). |
163 #html_file_suffix = None | 163 #html_file_suffix = None |
164 | 164 |
165 # Output file base name for HTML help builder. | 165 # Output file base name for HTML help builder. |
166 htmlhelp_basename = 'NativeClientdoc' | 166 htmlhelp_basename = 'NativeClientdoc' |
167 | 167 |
168 | 168 |
OLD | NEW |