|
27 | 27 | # -- General configuration ------------------------------------------------
|
28 | 28 |
|
29 | 29 | # If your documentation needs a minimal Sphinx version, state it here.
|
30 |
| -# needs_sphinx = '1.0' |
| 30 | +# needs_sphinx = "1.0" |
31 | 31 |
|
32 | 32 | # Add any Sphinx extension module names here, as strings. They can be
|
33 |
| -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
| 33 | +# extensions coming with Sphinx (named "sphinx.ext.*") or your custom |
34 | 34 | # ones.
|
35 | 35 | extensions = [
|
36 |
| - 'sphinx.ext.autodoc', |
37 |
| - 'sphinx.ext.doctest', |
38 |
| - 'sphinx.ext.coverage', |
39 |
| - 'sphinx.ext.viewcode', |
40 |
| - 'sphinx.ext.githubpages', # puts .nojekyll file into source |
| 36 | + "sphinx.ext.autodoc", |
| 37 | + "sphinx.ext.doctest", |
| 38 | + "sphinx.ext.coverage", |
| 39 | + "sphinx.ext.viewcode", |
| 40 | + "sphinx.ext.githubpages", # puts .nojekyll file into source |
41 | 41 | ]
|
42 | 42 |
|
43 | 43 | # Add any paths that contain templates here, relative to this directory.
|
44 |
| -templates_path = ['_templates'] |
| 44 | +templates_path = ["_templates"] |
45 | 45 |
|
46 | 46 | # The suffix of source filenames.
|
47 |
| -source_suffix = '.rst' |
| 47 | +source_suffix = ".rst" |
48 | 48 |
|
49 | 49 | # The encoding of source files.
|
50 |
| -# source_encoding = 'utf-8-sig' |
| 50 | +# source_encoding = "utf-8-sig" |
51 | 51 |
|
52 | 52 | # The master toctree document.
|
53 |
| -master_doc = 'index' |
| 53 | +master_doc = "index" |
54 | 54 |
|
55 | 55 | # General information about the project.
|
56 |
| -project = u'pytest-order' |
57 |
| -copyright = u'2014, Frank Tobia' |
| 56 | +project = u"pytest-order" |
| 57 | +copyright = u"2014, Frank Tobia" |
58 | 58 |
|
59 |
| -# The version info for the project you're documenting, acts as replacement for |
| 59 | +# The version info for the project you"re documenting, acts as replacement for |
60 | 60 | # |version| and |release|, also used in various other places throughout the
|
61 | 61 | # built documents.
|
62 | 62 | #
|
|
72 | 72 |
|
73 | 73 | # There are two options for replacing |today|: either, you set today to some
|
74 | 74 | # non-false value, then it is used:
|
75 |
| -# today = '' |
| 75 | +# today = "" |
76 | 76 | # Else, today_fmt is used as the format for a strftime call.
|
77 |
| -# today_fmt = '%B %d, %Y' |
| 77 | +# today_fmt = "%B %d, %Y" |
78 | 78 |
|
79 | 79 | # List of patterns, relative to source directory, that match files and
|
80 | 80 | # directories to ignore when looking for source files.
|
|
84 | 84 | # documents.
|
85 | 85 | # default_role = None
|
86 | 86 |
|
87 |
| -# If true, '()' will be appended to :func: etc. cross-reference text. |
| 87 | +# If true, "()" will be appended to :func: etc. cross-reference text. |
88 | 88 | # add_function_parentheses = True
|
89 | 89 |
|
90 | 90 | # If true, the current module name will be prepended to all description
|
|
96 | 96 | # show_authors = False
|
97 | 97 |
|
98 | 98 | # The name of the Pygments (syntax highlighting) style to use.
|
99 |
| -pygments_style = 'sphinx' |
| 99 | +pygments_style = "sphinx" |
100 | 100 |
|
101 | 101 | # A list of ignored prefixes for module index sorting.
|
102 | 102 | # modindex_common_prefix = []
|
|
109 | 109 |
|
110 | 110 | # The theme to use for HTML and HTML Help pages. See the documentation for
|
111 | 111 | # a list of builtin themes.
|
112 |
| -html_theme = 'nature' |
| 112 | +html_theme = "nature" |
113 | 113 |
|
114 | 114 | # Theme options are theme-specific and customize the look and feel of a theme
|
115 | 115 | # further. For a list of options available for each theme, see the
|
|
145 | 145 | # directly to the root of the documentation.
|
146 | 146 | # html_extra_path = []
|
147 | 147 |
|
148 |
| -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
| 148 | +# If not "", a "Last updated on:" timestamp is inserted at every page bottom, |
149 | 149 | # using the given strftime format.
|
150 |
| -# html_last_updated_fmt = '%b %d, %Y' |
| 150 | +# html_last_updated_fmt = "%b %d, %Y" |
151 | 151 |
|
152 | 152 | # If true, SmartyPants will be used to convert quotes and dashes to
|
153 | 153 | # typographically correct entities.
|
|
181 | 181 | # If true, an OpenSearch description file will be output, and all pages will
|
182 | 182 | # contain a <link> tag referring to it. The value of this option must be the
|
183 | 183 | # base URL from which the finished HTML is served.
|
184 |
| -# html_use_opensearch = '' |
| 184 | +# html_use_opensearch = "" |
185 | 185 |
|
186 | 186 | # This is the file name suffix for HTML files (e.g. ".xhtml").
|
187 | 187 | # html_file_suffix = None
|
188 | 188 |
|
189 | 189 | # Output file base name for HTML help builder.
|
190 |
| -htmlhelp_basename = 'pytest-orderdoc' |
| 190 | +htmlhelp_basename = "pytest-orderdoc" |
191 | 191 |
|
192 | 192 | # -- Options for LaTeX output ---------------------------------------------
|
193 | 193 |
|
194 | 194 | latex_elements = {
|
195 |
| - # The paper size ('letterpaper' or 'a4paper'). |
196 |
| - # 'papersize': 'letterpaper', |
| 195 | + # The paper size ("letterpaper" or "a4paper"). |
| 196 | + # "papersize": "letterpaper", |
197 | 197 |
|
198 |
| - # The font size ('10pt', '11pt' or '12pt'). |
199 |
| - # 'pointsize': '10pt', |
| 198 | + # The font size ("10pt", "11pt" or "12pt"). |
| 199 | + # "pointsize": "10pt", |
200 | 200 |
|
201 | 201 | # Additional stuff for the LaTeX preamble.
|
202 |
| - # 'preamble': '', |
| 202 | + # "preamble": "", |
203 | 203 | }
|
204 | 204 |
|
205 | 205 | # Grouping the document tree into LaTeX files. List of tuples
|
206 | 206 | # (source start file, target name, title,
|
207 | 207 | # author, documentclass [howto, manual, or own class]).
|
208 | 208 | latex_documents = [
|
209 |
| - ('index', 'pytest-order.tex', u'pytest-order Documentation', |
210 |
| - u'Frank Tobia', 'manual'), |
| 209 | + ("index", "pytest-order.tex", u"pytest-order Documentation", |
| 210 | + u"Frank Tobia", "manual"), |
211 | 211 | ]
|
212 | 212 |
|
213 | 213 | # The name of an image file (relative to this directory) to place at the top of
|
|
236 | 236 | # One entry per manual page. List of tuples
|
237 | 237 | # (source start file, name, description, authors, manual section).
|
238 | 238 | man_pages = [
|
239 |
| - ('index', 'pytest-order', u'pytest-order Documentation', |
240 |
| - [u'Frank Tobia'], 1) |
| 239 | + ("index", "pytest-order", u"pytest-order Documentation", |
| 240 | + [u"Frank Tobia"], 1) |
241 | 241 | ]
|
242 | 242 |
|
243 | 243 | # If true, show URL addresses after external links.
|
|
250 | 250 | # (source start file, target name, title, author,
|
251 | 251 | # dir menu entry, description, category)
|
252 | 252 | texinfo_documents = [
|
253 |
| - ('index', 'pytest-order', u'pytest-order Documentation', |
254 |
| - u'Frank Tobia', 'pytest-order', 'One line description of project.', |
255 |
| - 'Miscellaneous'), |
| 253 | + ("index", "pytest-order", u"pytest-order Documentation", |
| 254 | + u"Frank Tobia", "pytest-order", "One line description of project.", |
| 255 | + "Miscellaneous"), |
256 | 256 | ]
|
257 | 257 |
|
258 | 258 | # Documents to append as an appendix to all manuals.
|
|
261 | 261 | # If false, no module index is generated.
|
262 | 262 | # texinfo_domain_indices = True
|
263 | 263 |
|
264 |
| -# How to display URL addresses: 'footnote', 'no', or 'inline'. |
265 |
| -# texinfo_show_urls = 'footnote' |
| 264 | +# How to display URL addresses: "footnote", "no", or "inline". |
| 265 | +# texinfo_show_urls = "footnote" |
266 | 266 |
|
267 |
| -# If true, do not generate a @detailmenu in the "Top" node's menu. |
| 267 | +# If true, do not generate a @detailmenu in the "Top" node"s menu. |
268 | 268 | # texinfo_no_detailmenu = False
|
0 commit comments