|
30 | 30 | "sphinx.ext.todo", |
31 | 31 | "sphinx.ext.viewcode", |
32 | 32 | "sphinxemoji.sphinxemoji", |
| 33 | + "sphinx_copybutton", |
33 | 34 | "sphinx_design" |
34 | 35 | ] |
35 | 36 |
|
|
89 | 90 |
|
90 | 91 | # The theme to use for HTML and HTML Help pages. See the documentation for |
91 | 92 | # a list of builtin themes. |
92 | | -# html_logo = "images/logo_cifmw_200.png" |
93 | | -html_theme = "sphinx_material" |
| 93 | +html_theme = "furo" |
94 | 94 |
|
95 | 95 | html_show_sourcelink = True |
96 | 96 | html_sidebars = { |
97 | | - "**": ["globaltoc.html", "localtoc.html"] |
| 97 | + "**": [ |
| 98 | + "sidebar/brand.html", |
| 99 | + "sidebar/search.html", |
| 100 | + "sidebar/scroll-start.html", |
| 101 | + "sidebar/navigation.html", |
| 102 | + "sidebar/scroll-end.html", |
| 103 | + ] |
98 | 104 | } |
99 | 105 |
|
| 106 | +html_title = "test-operator" |
| 107 | + |
100 | 108 | # Theme options are theme-specific and customize the look and feel of a theme |
101 | 109 | # further. For a list of options available for each theme, see the |
102 | 110 | # documentation. |
103 | 111 | # |
104 | 112 | html_theme_options = { |
105 | | - "base_url": "https://github.com/openstack-k8s-operators/test-operator/", |
106 | | - "repo_url": "https://github.com/openstack-k8s-operators/test-operator/", |
107 | | - "nav_title": "test-operator", |
108 | | - "repo_name": "test-operator", |
109 | | - "repo_type": "github", |
110 | | - "globaltoc_depth": 2, |
111 | | - "color_primary": "blue-grey", |
112 | | - "color_accent": "cyan", |
113 | | - "touch_icon": "images/openstack-logo.png", |
114 | | - "theme_color": "#2196f3", |
115 | | - "master_doc": False, |
116 | | - "table_classes": ["plain"], |
| 113 | + "source_repository": "https://github.com/openstack-k8s-operators/test-operator/", |
| 114 | + "source_branch": "main", |
| 115 | + "source_directory": "docs/source/", |
| 116 | + "light_css_variables": { |
| 117 | + "color-link-underline": "transparent", |
| 118 | + }, |
| 119 | + "dark_css_variables": { |
| 120 | + "color-link-underline": "transparent", |
| 121 | + } |
117 | 122 | } |
118 | 123 |
|
119 | 124 | # -- Options for HTMLHelp output ------------------------------------------ |
|
0 commit comments