|
33 | 33 | "sphinx.ext.napoleon", |
34 | 34 | "sphinx.ext.intersphinx", |
35 | 35 | "sphinx.ext.autosummary", |
36 | | - "sphinx.ext.autosectionlabel", |
37 | 36 | "sphinx_copybutton", |
38 | 37 | "myst_parser", |
| 38 | + "sphinx_design", |
39 | 39 | ] |
40 | 40 |
|
41 | 41 | intersphinx_mapping = {"python": ("https://docs.python.org/3", None)} |
42 | 42 |
|
43 | 43 | # Make sure the target is unique |
44 | | -autosectionlabel_maxdepth = 1 |
45 | | -autosectionlabel_prefix_document = True |
46 | 44 | source_suffix = { |
47 | 45 | ".rst": "restructuredtext", |
48 | 46 | ".txt": "markdown", |
|
64 | 62 | # The theme to use for HTML and HTML Help pages. See the documentation for |
65 | 63 | # a list of builtin themes. |
66 | 64 | # |
67 | | -html_theme = "furo" |
| 65 | +html_theme = "shibuya" |
68 | 66 |
|
69 | 67 | # Add any paths that contain custom static files (such as style sheets) here, |
70 | 68 | # relative to this directory. They are copied after the builtin static files, |
71 | 69 | # so a file named "default.css" will overwrite the builtin "default.css". |
72 | 70 | html_static_path = ["_static"] |
73 | 71 | html_title = "Toolbox" |
74 | 72 | html_theme_options = { |
75 | | - "light_logo": "light-exasol-logo.svg", |
76 | | - "dark_logo": "dark-exasol-logo.svg", |
| 73 | + "light_logo": "_static/light-exasol-logo.svg", |
| 74 | + "dark_logo": "_static/dark-exasol-logo.svg", |
| 75 | + "github_url": "https://github.com/exasol/python-toolbox", |
| 76 | + "accent_color": "grass", |
77 | 77 | } |
0 commit comments