|
133 | 133 | # show_authors = False
|
134 | 134 |
|
135 | 135 | # The name of the Pygments (syntax highlighting) style to use.
|
136 |
| -pygments_style = 'sphinx' |
| 136 | +#pygments_style = 'sphinx' |
137 | 137 |
|
138 | 138 | # A list of ignored prefixes for module index sorting.
|
139 | 139 | # modindex_common_prefix = []
|
|
150 | 150 | # The theme to use for HTML and HTML Help pages. See the documentation for
|
151 | 151 | # a list of builtin themes.
|
152 | 152 | #
|
153 |
| -html_theme = 'pypa_theme' |
| 153 | +html_theme = 'furo' |
154 | 154 |
|
155 | 155 | # Theme options are theme-specific and customize the look and feel of a theme
|
156 | 156 | # further. For a list of options available for each theme, see the
|
157 | 157 | # documentation.
|
158 | 158 | html_theme_options = {
|
159 |
| - 'collapsiblesidebar': True, |
160 |
| - 'externalrefs': True, |
161 |
| - 'navigation_depth': 2, |
162 |
| - 'issues_url': github_repo_issues_url, |
| 159 | + "sidebar_hide_name": True, |
| 160 | + # 'issues_url': github_repo_issues_url, # FIXME: support this in furo? |
163 | 161 | }
|
164 | 162 |
|
165 | 163 | # Add any paths that contain custom themes here, relative to this directory.
|
|
177 | 175 | # The name of an image file (relative to this directory) to place at the top
|
178 | 176 | # of the sidebar.
|
179 | 177 | #
|
180 |
| -# html_logo = None |
| 178 | +html_logo = 'assets/py.png' |
181 | 179 |
|
182 | 180 | # The name of an image file (relative to this directory) to use as a favicon of
|
183 | 181 | # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
|
211 | 209 | #
|
212 | 210 |
|
213 | 211 | # Custom sidebar templates, filenames relative to this file.
|
214 |
| -html_sidebars = { |
215 |
| - '**': ['globaltoc.html', 'relations.html'], |
216 |
| - 'index': ['globaltoc.html'] |
217 |
| -} |
| 212 | +# html_sidebars = { |
| 213 | +# '**': ['globaltoc.html', 'relations.html'], |
| 214 | +# 'index': ['globaltoc.html'] |
| 215 | +# } |
218 | 216 |
|
219 | 217 | # Additional templates that should be rendered to pages, maps page names to
|
220 | 218 | # template names.
|
|
0 commit comments