|
103 | 103 |
|
104 | 104 | # The theme to use for HTML and HTML Help pages. See the documentation for
|
105 | 105 | # a list of builtin themes.
|
106 |
| -html_theme = "python_docs_theme" |
| 106 | +html_theme = "furo" |
107 | 107 |
|
108 | 108 | # Theme options are theme-specific and customize the look and feel of a theme
|
109 | 109 | # further. For a list of options available for each theme, see the
|
110 | 110 | # documentation.
|
111 |
| -html_theme_options = { |
112 |
| - "collapsiblesidebar": True, |
113 |
| - "issues_url": "https://github.com/pycqa/pylint/issues/new", |
114 |
| - "root_name": "PyCQA", |
115 |
| - "root_url": "https://meta.pycqa.org/en/latest/", |
116 |
| -} |
| 111 | +# TO-DO: Disable thme options too see how Furo themes look in default config |
| 112 | +# html_theme_options = { |
| 113 | +# "collapsiblesidebar": True, |
| 114 | +# "issues_url": "https://github.com/pycqa/pylint/issues/new", |
| 115 | +# "root_name": "PyCQA", |
| 116 | +# "root_url": "https://meta.pycqa.org/en/latest/", |
| 117 | +# } |
117 | 118 |
|
118 | 119 | # Add any paths that contain custom themes here, relative to this directory.
|
119 | 120 | # html_theme_path = []
|
|
146 | 147 | smartquotes = False
|
147 | 148 |
|
148 | 149 | # Custom sidebar templates, maps document names to template names.
|
149 |
| -html_sidebars = { |
150 |
| - "**": ["localtoc.html", "globaltoc.html", "relations.html", "sourcelink.html"] |
151 |
| -} |
| 150 | +# Use Default Furo Sidebar |
| 151 | +# html_sidebars = { |
| 152 | +# "**": ["localtoc.html", "globaltoc.html", "relations.html", "sourcelink.html"] |
| 153 | +# } |
152 | 154 |
|
153 | 155 | # Additional templates that should be rendered to pages, maps page names to
|
154 | 156 | # template names.
|
|
0 commit comments