|
11 | 11 | # All configuration values have a default; values that are commented out |
12 | 12 | # serve to show the default. |
13 | 13 |
|
14 | | -import sys, os |
15 | | - |
16 | 14 | # If extensions (or modules to document with autodoc) are in another directory, |
17 | 15 | # add these directories to sys.path here. If the directory is relative to the |
18 | 16 | # documentation root, use os.path.abspath to make it absolute, like shown here. |
19 | | -#sys.path.insert(0, os.path.abspath('.')) |
| 17 | +# sys.path.insert(0, os.path.abspath('.')) |
20 | 18 |
|
21 | 19 | # -- General configuration ----------------------------------------------------- |
22 | 20 |
|
23 | 21 | # If your documentation needs a minimal Sphinx version, state it here. |
24 | | -#needs_sphinx = '1.0' |
| 22 | +# needs_sphinx = '1.0' |
25 | 23 |
|
26 | 24 | # Add any Sphinx extension module names here, as strings. They can be extensions |
27 | 25 | # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
|
34 | 32 | source_suffix = '.rst' |
35 | 33 |
|
36 | 34 | # The encoding of source files. |
37 | | -#source_encoding = 'utf-8-sig' |
| 35 | +# source_encoding = 'utf-8-sig' |
38 | 36 |
|
39 | 37 | # The master toctree document. |
40 | 38 | master_doc = 'index' |
|
54 | 52 |
|
55 | 53 | # The language for content autogenerated by Sphinx. Refer to documentation |
56 | 54 | # for a list of supported languages. |
57 | | -#language = None |
| 55 | +# language = None |
58 | 56 |
|
59 | 57 | # There are two options for replacing |today|: either, you set today to some |
60 | 58 | # non-false value, then it is used: |
61 | | -#today = '' |
| 59 | +# today = '' |
62 | 60 | # Else, today_fmt is used as the format for a strftime call. |
63 | | -#today_fmt = '%B %d, %Y' |
| 61 | +# today_fmt = '%B %d, %Y' |
64 | 62 |
|
65 | 63 | # List of patterns, relative to source directory, that match files and |
66 | 64 | # directories to ignore when looking for source files. |
67 | 65 | exclude_patterns = ['_build'] |
68 | 66 |
|
69 | 67 | # The reST default role (used for this markup: `text`) to use for all documents. |
70 | | -#default_role = None |
| 68 | +# default_role = None |
71 | 69 |
|
72 | 70 | # If true, '()' will be appended to :func: etc. cross-reference text. |
73 | | -#add_function_parentheses = True |
| 71 | +# add_function_parentheses = True |
74 | 72 |
|
75 | 73 | # If true, the current module name will be prepended to all description |
76 | 74 | # unit titles (such as .. function::). |
77 | | -#add_module_names = True |
| 75 | +# add_module_names = True |
78 | 76 |
|
79 | 77 | # If true, sectionauthor and moduleauthor directives will be shown in the |
80 | 78 | # output. They are ignored by default. |
81 | | -#show_authors = False |
| 79 | +# show_authors = False |
82 | 80 |
|
83 | 81 | # The name of the Pygments (syntax highlighting) style to use. |
84 | 82 | pygments_style = 'sphinx' |
85 | 83 |
|
86 | 84 | # A list of ignored prefixes for module index sorting. |
87 | | -#modindex_common_prefix = [] |
| 85 | +# modindex_common_prefix = [] |
88 | 86 |
|
89 | 87 |
|
90 | 88 | # -- Options for HTML output --------------------------------------------------- |
|
96 | 94 | # Theme options are theme-specific and customize the look and feel of a theme |
97 | 95 | # further. For a list of options available for each theme, see the |
98 | 96 | # documentation. |
99 | | -#html_theme_options = {} |
| 97 | +# html_theme_options = {} |
100 | 98 |
|
101 | 99 | # Add any paths that contain custom themes here, relative to this directory. |
102 | | -#html_theme_path = [] |
| 100 | +# html_theme_path = [] |
103 | 101 |
|
104 | 102 | # The name for this set of Sphinx documents. If None, it defaults to |
105 | 103 | # "<project> v<release> documentation". |
106 | | -#html_title = None |
| 104 | +# html_title = None |
107 | 105 |
|
108 | 106 | # A shorter title for the navigation bar. Default is the same as html_title. |
109 | | -#html_short_title = None |
| 107 | +# html_short_title = None |
110 | 108 |
|
111 | 109 | # The name of an image file (relative to this directory) to place at the top |
112 | 110 | # of the sidebar. |
113 | | -#html_logo = None |
| 111 | +# html_logo = None |
114 | 112 |
|
115 | 113 | # The name of an image file (within the static path) to use as favicon of the |
116 | 114 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
117 | 115 | # pixels large. |
118 | | -#html_favicon = None |
| 116 | +# html_favicon = None |
119 | 117 |
|
120 | 118 | # Add any paths that contain custom static files (such as style sheets) here, |
121 | 119 | # relative to this directory. They are copied after the builtin static files, |
|
124 | 122 |
|
125 | 123 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
126 | 124 | # using the given strftime format. |
127 | | -#html_last_updated_fmt = '%b %d, %Y' |
| 125 | +# html_last_updated_fmt = '%b %d, %Y' |
128 | 126 |
|
129 | 127 | # If true, SmartyPants will be used to convert quotes and dashes to |
130 | 128 | # typographically correct entities. |
131 | | -#html_use_smartypants = True |
| 129 | +# html_use_smartypants = True |
132 | 130 |
|
133 | 131 | # Custom sidebar templates, maps document names to template names. |
134 | | -#html_sidebars = {} |
| 132 | +# html_sidebars = {} |
135 | 133 |
|
136 | 134 | # Additional templates that should be rendered to pages, maps page names to |
137 | 135 | # template names. |
138 | | -#html_additional_pages = {} |
| 136 | +# html_additional_pages = {} |
139 | 137 |
|
140 | 138 | # If false, no module index is generated. |
141 | | -#html_domain_indices = True |
| 139 | +# html_domain_indices = True |
142 | 140 |
|
143 | 141 | # If false, no index is generated. |
144 | | -#html_use_index = True |
| 142 | +# html_use_index = True |
145 | 143 |
|
146 | 144 | # If true, the index is split into individual pages for each letter. |
147 | | -#html_split_index = False |
| 145 | +# html_split_index = False |
148 | 146 |
|
149 | 147 | # If true, links to the reST sources are added to the pages. |
150 | | -#html_show_sourcelink = True |
| 148 | +# html_show_sourcelink = True |
151 | 149 |
|
152 | 150 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. |
153 | | -#html_show_sphinx = True |
| 151 | +# html_show_sphinx = True |
154 | 152 |
|
155 | 153 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. |
156 | | -#html_show_copyright = True |
| 154 | +# html_show_copyright = True |
157 | 155 |
|
158 | 156 | # If true, an OpenSearch description file will be output, and all pages will |
159 | 157 | # contain a <link> tag referring to it. The value of this option must be the |
160 | 158 | # base URL from which the finished HTML is served. |
161 | | -#html_use_opensearch = '' |
| 159 | +# html_use_opensearch = '' |
162 | 160 |
|
163 | 161 | # This is the file name suffix for HTML files (e.g. ".xhtml"). |
164 | | -#html_file_suffix = None |
| 162 | +# html_file_suffix = None |
165 | 163 |
|
166 | 164 | # Output file base name for HTML help builder. |
167 | 165 | htmlhelp_basename = 'dot2texdoc' |
|
170 | 168 | # -- Options for LaTeX output -------------------------------------------------- |
171 | 169 |
|
172 | 170 | # The paper size ('letter' or 'a4'). |
173 | | -#latex_paper_size = 'letter' |
| 171 | +# latex_paper_size = 'letter' |
174 | 172 |
|
175 | 173 | # The font size ('10pt', '11pt' or '12pt'). |
176 | | -#latex_font_size = '10pt' |
| 174 | +# latex_font_size = '10pt' |
177 | 175 |
|
178 | 176 | # Grouping the document tree into LaTeX files. List of tuples |
179 | 177 | # (source start file, target name, title, author, documentclass [howto/manual]). |
180 | 178 | latex_documents = [ |
181 | | - ('index', 'dot2tex.tex', u'dot2tex Documentation', |
182 | | - u'Kjell Magne Fauske', 'manual'), |
| 179 | + ('index', 'dot2tex.tex', u'dot2tex Documentation', |
| 180 | + u'Kjell Magne Fauske', 'manual'), |
183 | 181 | ] |
184 | 182 |
|
185 | 183 | # The name of an image file (relative to this directory) to place at the top of |
186 | 184 | # the title page. |
187 | | -#latex_logo = None |
| 185 | +# latex_logo = None |
188 | 186 |
|
189 | 187 | # For "manual" documents, if this is true, then toplevel headings are parts, |
190 | 188 | # not chapters. |
191 | | -#latex_use_parts = False |
| 189 | +# latex_use_parts = False |
192 | 190 |
|
193 | 191 | # If true, show page references after internal links. |
194 | | -#latex_show_pagerefs = False |
| 192 | +# latex_show_pagerefs = False |
195 | 193 |
|
196 | 194 | # If true, show URL addresses after external links. |
197 | | -#latex_show_urls = False |
| 195 | +# latex_show_urls = False |
198 | 196 |
|
199 | 197 | # Additional stuff for the LaTeX preamble. |
200 | | -#latex_preamble = '' |
| 198 | +# latex_preamble = '' |
201 | 199 |
|
202 | 200 | # Documents to append as an appendix to all manuals. |
203 | | -#latex_appendices = [] |
| 201 | +# latex_appendices = [] |
204 | 202 |
|
205 | 203 | # If false, no module index is generated. |
206 | | -#latex_domain_indices = True |
| 204 | +# latex_domain_indices = True |
207 | 205 |
|
208 | 206 |
|
209 | 207 | # -- Options for manual page output -------------------------------------------- |
|
0 commit comments