|
119 | 119 | # Theme options are theme-specific and customize the look and feel of a theme |
120 | 120 | # further. For a list of options available for each theme, see the |
121 | 121 | # documentation. |
122 | | -#html_theme_options = {} |
| 122 | +html_theme_options = { |
| 123 | + 'logo': 'logo.png', |
| 124 | + 'logo_name': 'Python Atomx API', |
| 125 | + 'github_user': 'atomx', |
| 126 | + 'github_repo': 'atomx-api-python', |
| 127 | + 'github_banner': True, |
| 128 | + 'show_powered_by': False, |
| 129 | + 'show_related': True, |
| 130 | +} |
123 | 131 |
|
124 | 132 | # Add any paths that contain custom themes here, relative to this directory. |
125 | 133 | #html_theme_path = [] |
126 | 134 |
|
127 | 135 | # The name for this set of Sphinx documents. If None, it defaults to |
128 | 136 | # "<project> v<release> documentation". |
129 | | -#html_title = None |
| 137 | +html_title = 'Python Atomx API' |
130 | 138 |
|
131 | 139 | # A shorter title for the navigation bar. Default is the same as html_title. |
132 | 140 | #html_short_title = None |
133 | 141 |
|
134 | 142 | # The name of an image file (relative to this directory) to place at the top |
135 | 143 | # of the sidebar. |
136 | | -#html_logo = None |
| 144 | +html_logo = '_static/logo.png' |
137 | 145 |
|
138 | 146 | # The name of an image file (within the static path) to use as favicon of the |
139 | 147 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
140 | 148 | # pixels large. |
141 | | -#html_favicon = None |
| 149 | +html_favicon = 'favicon.ico' |
142 | 150 |
|
143 | 151 | # Add any paths that contain custom static files (such as style sheets) here, |
144 | 152 | # relative to this directory. They are copied after the builtin static files, |
|
175 | 183 | #html_split_index = False |
176 | 184 |
|
177 | 185 | # If true, links to the reST sources are added to the pages. |
178 | | -#html_show_sourcelink = True |
| 186 | +html_show_sourcelink = False |
179 | 187 |
|
180 | 188 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. |
181 | 189 | #html_show_sphinx = True |
|
0 commit comments