|
17 | 17 |
|
18 | 18 | # -- Project information ----------------------------------------------------- |
19 | 19 |
|
20 | | -project = 'bmi-heat' |
21 | | -copyright = '2019, Eric Hutton' |
22 | | -author = 'Eric Hutton' |
| 20 | +project = "bmi-heat" |
| 21 | +copyright = "2019, Eric Hutton" |
| 22 | +author = "Eric Hutton" |
23 | 23 |
|
24 | 24 |
|
25 | 25 | # -- General configuration --------------------------------------------------- |
|
28 | 28 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
29 | 29 | # ones. |
30 | 30 | extensions = [ |
31 | | - 'sphinx.ext.autodoc', |
32 | | - 'sphinx.ext.intersphinx', |
33 | | - 'sphinx.ext.todo', |
34 | | - 'sphinx.ext.viewcode', |
35 | | - 'sphinx.ext.githubpages', |
36 | | - 'sphinx.ext.napoleon', |
| 31 | + "sphinx.ext.autodoc", |
| 32 | + "sphinx.ext.intersphinx", |
| 33 | + "sphinx.ext.todo", |
| 34 | + "sphinx.ext.viewcode", |
| 35 | + "sphinx.ext.githubpages", |
| 36 | + "sphinx.ext.napoleon", |
37 | 37 | ] |
38 | 38 |
|
39 | 39 | # Add any paths that contain templates here, relative to this directory. |
40 | | -templates_path = ['_templates'] |
| 40 | +templates_path = ["_templates"] |
41 | 41 |
|
42 | 42 | # List of patterns, relative to source directory, that match files and |
43 | 43 | # directories to ignore when looking for source files. |
|
49 | 49 |
|
50 | 50 | # The theme to use for HTML and HTML Help pages. See the documentation for |
51 | 51 | # a list of builtin themes. |
52 | | -html_theme = 'alabaster' |
| 52 | +html_theme = "alabaster" |
53 | 53 |
|
54 | 54 | # Theme options are theme-specific and customize the look and feel of a theme |
55 | 55 | # further. For a list of options available for each theme, see the |
56 | 56 | # documentation. |
57 | | -#html_theme_options = {} |
| 57 | +# html_theme_options = {} |
58 | 58 |
|
59 | 59 | # Add any paths that contain custom themes here, relative to this directory. |
60 | | -#html_theme_path = [] |
| 60 | +# html_theme_path = [] |
61 | 61 |
|
62 | 62 | # The name for this set of Sphinx documents. If None, it defaults to |
63 | 63 | # "<project> v<release> documentation". |
64 | | -#html_title = None |
| 64 | +# html_title = None |
65 | 65 |
|
66 | 66 | # A shorter title for the navigation bar. Default is the same as html_title. |
67 | | -#html_short_title = None |
| 67 | +# html_short_title = None |
68 | 68 |
|
69 | 69 | # The name of an image file (relative to this directory) to place at the top |
70 | 70 | # of the sidebar. |
|
73 | 73 | # The name of an image file (within the static path) to use as favicon of the |
74 | 74 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
75 | 75 | # pixels large. |
76 | | -#html_favicon = None |
| 76 | +# html_favicon = None |
77 | 77 |
|
78 | 78 | # Add any paths that contain custom static files (such as style sheets) here, |
79 | 79 | # relative to this directory. They are copied after the builtin static files, |
80 | 80 | # so a file named "default.css" will overwrite the builtin "default.css". |
81 | | -html_static_path = ['_static'] |
| 81 | +html_static_path = ["_static"] |
82 | 82 |
|
83 | 83 | # Add any extra paths that contain custom files (such as robots.txt or |
84 | 84 | # .htaccess) here, relative to this directory. These files are copied |
85 | 85 | # directly to the root of the documentation. |
86 | | -#html_extra_path = [] |
| 86 | +# html_extra_path = [] |
87 | 87 |
|
88 | 88 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
89 | 89 | # using the given strftime format. |
90 | | -#html_last_updated_fmt = '%b %d, %Y' |
| 90 | +# html_last_updated_fmt = '%b %d, %Y' |
91 | 91 |
|
92 | 92 | # If true, SmartyPants will be used to convert quotes and dashes to |
93 | 93 | # typographically correct entities. |
94 | | -#html_use_smartypants = True |
| 94 | +# html_use_smartypants = True |
95 | 95 |
|
96 | 96 | # Custom sidebar templates, maps document names to template names. |
97 | 97 | html_sidebars = { |
|
106 | 106 | "links.html", |
107 | 107 | "sourcelink.html", |
108 | 108 | "searchbox.html", |
109 | | - ] |
| 109 | + ], |
110 | 110 | } |
111 | 111 |
|
112 | 112 | # Additional templates that should be rendered to pages, maps page names to |
113 | 113 | # template names. |
114 | | -#html_additional_pages = {} |
| 114 | +# html_additional_pages = {} |
115 | 115 |
|
116 | 116 | # If false, no module index is generated. |
117 | | -#html_domain_indices = True |
| 117 | +# html_domain_indices = True |
118 | 118 |
|
119 | 119 | # If false, no index is generated. |
120 | | -#html_use_index = True |
| 120 | +# html_use_index = True |
121 | 121 |
|
122 | 122 | # If true, the index is split into individual pages for each letter. |
123 | | -#html_split_index = False |
| 123 | +# html_split_index = False |
124 | 124 |
|
125 | 125 | # If true, links to the reST sources are added to the pages. |
126 | | -#html_show_sourcelink = True |
| 126 | +# html_show_sourcelink = True |
127 | 127 |
|
128 | 128 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. |
129 | | -#html_show_sphinx = True |
| 129 | +# html_show_sphinx = True |
130 | 130 |
|
131 | 131 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. |
132 | | -#html_show_copyright = True |
| 132 | +# html_show_copyright = True |
133 | 133 |
|
134 | 134 | # If true, an OpenSearch description file will be output, and all pages will |
135 | 135 | # contain a <link> tag referring to it. The value of this option must be the |
136 | 136 | # base URL from which the finished HTML is served. |
137 | | -#html_use_opensearch = '' |
| 137 | +# html_use_opensearch = '' |
138 | 138 |
|
139 | 139 | # This is the file name suffix for HTML files (e.g. ".xhtml"). |
140 | | -#html_file_suffix = None |
| 140 | +# html_file_suffix = None |
141 | 141 |
|
142 | 142 | # Language to be used for generating the HTML full-text search index. |
143 | 143 | # Sphinx supports the following languages: |
144 | 144 | # 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja' |
145 | 145 | # 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr' |
146 | | -#html_search_language = 'en' |
| 146 | +# html_search_language = 'en' |
147 | 147 |
|
148 | 148 | # A dictionary with options for the search language support, empty by default. |
149 | 149 | # Now only 'ja' uses this config value |
150 | | -#html_search_options = {'type': 'default'} |
| 150 | +# html_search_options = {'type': 'default'} |
151 | 151 |
|
152 | 152 | # The name of a javascript file (relative to the configuration directory) that |
153 | 153 | # implements a search results scorer. If empty, the default will be used. |
154 | | -#html_search_scorer = 'scorer.js' |
| 154 | +# html_search_scorer = 'scorer.js' |
155 | 155 |
|
156 | 156 | # Output file base name for HTML help builder. |
157 | | -htmlhelp_basename = 'bmidoc' |
| 157 | +htmlhelp_basename = "bmidoc" |
158 | 158 |
|
159 | 159 |
|
160 | 160 | # -- Extension configuration ------------------------------------------------- |
161 | 161 |
|
162 | 162 | # -- Options for intersphinx extension --------------------------------------- |
163 | 163 |
|
164 | 164 | # Example configuration for intersphinx: refer to the Python standard library. |
165 | | -intersphinx_mapping = {'https://docs.python.org/': None} |
| 165 | +intersphinx_mapping = {"https://docs.python.org/": None} |
166 | 166 |
|
167 | 167 | # -- Options for todo extension ---------------------------------------------- |
168 | 168 |
|
|
0 commit comments