|
1 | 1 | <!doctype html> |
2 | 2 | <html class="no-js" lang="en" data-content_root="./"> |
3 | | - <head><meta charset="utf-8"/> |
4 | | - <meta name="viewport" content="width=device-width,initial-scale=1"/> |
| 3 | + <head><meta charset="utf-8"> |
| 4 | + <meta name="viewport" content="width=device-width,initial-scale=1"> |
5 | 5 | <meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" /> |
6 | | -<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /> |
| 6 | +<link rel="index" title="Index" href="genindex.html"><link rel="search" title="Search" href="search.html"> |
7 | 7 |
|
8 | | - <!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 --> |
| 8 | + <!-- Generated with Sphinx 8.2.3 and Furo 2025.09.25 --> |
9 | 9 | <title>python template cpp - python-template-cpp v0.1.0</title> |
10 | 10 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" /> |
11 | | - <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=25af2a20" /> |
| 11 | + <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=580074bf" /> |
12 | 12 | <link rel="stylesheet" type="text/css" href="_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css" /> |
13 | 13 | <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" /> |
14 | 14 | <link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" /> |
|
28 | 28 | } |
29 | 29 | @media not print { |
30 | 30 | body[data-theme="dark"] { |
31 | | - --color-code-background: #2b2b2b; |
32 | | - --color-code-foreground: #f8f8f2; |
| 31 | + --color-code-background: #202020; |
| 32 | + --color-code-foreground: #d0d0d0; |
33 | 33 |
|
34 | 34 | } |
35 | 35 | @media (prefers-color-scheme: dark) { |
36 | 36 | body:not([data-theme="light"]) { |
37 | | - --color-code-background: #2b2b2b; |
38 | | - --color-code-foreground: #f8f8f2; |
| 37 | + --color-code-background: #202020; |
| 38 | + --color-code-foreground: #d0d0d0; |
39 | 39 |
|
40 | 40 | } |
41 | 41 | } |
|
150 | 150 | </symbol> |
151 | 151 | </svg> |
152 | 152 |
|
153 | | -<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation"> |
154 | | -<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc"> |
155 | | -<label class="overlay sidebar-overlay" for="__navigation"> |
156 | | - <div class="visually-hidden">Hide navigation sidebar</div> |
157 | | -</label> |
158 | | -<label class="overlay toc-overlay" for="__toc"> |
159 | | - <div class="visually-hidden">Hide table of contents sidebar</div> |
160 | | -</label> |
| 153 | +<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar"> |
| 154 | +<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar"> |
| 155 | +<label class="overlay sidebar-overlay" for="__navigation"></label> |
| 156 | +<label class="overlay toc-overlay" for="__toc"></label> |
161 | 157 |
|
162 | 158 | <a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a> |
163 | 159 |
|
|
167 | 163 | <header class="mobile-header"> |
168 | 164 | <div class="header-left"> |
169 | 165 | <label class="nav-overlay-icon" for="__navigation"> |
170 | | - <div class="visually-hidden">Toggle site navigation sidebar</div> |
171 | | - <i class="icon"><svg><use href="#svg-menu"></use></svg></i> |
| 166 | + <span class="icon"><svg><use href="#svg-menu"></use></svg></span> |
172 | 167 | </label> |
173 | 168 | </div> |
174 | 169 | <div class="header-center"> |
175 | 170 | <a href="index.html"><div class="brand">python-template-cpp <code style='font-size: var(--font-size--small--4);color: var(--sd-color-primary);'>v0.1.0</code></div></a> |
176 | 171 | </div> |
177 | 172 | <div class="header-right"> |
178 | 173 | <div class="theme-toggle-container theme-toggle-header"> |
179 | | - <button class="theme-toggle"> |
180 | | - <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div> |
| 174 | + <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme"> |
181 | 175 | <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg> |
182 | 176 | <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg> |
183 | 177 | <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg> |
184 | 178 | <svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg> |
185 | 179 | </button> |
186 | 180 | </div> |
187 | 181 | <label class="toc-overlay-icon toc-header-icon" for="__toc"> |
188 | | - <div class="visually-hidden">Toggle table of contents sidebar</div> |
189 | | - <i class="icon"><svg><use href="#svg-toc"></use></svg></i> |
| 182 | + <span class="icon"><svg><use href="#svg-toc"></use></svg></span> |
190 | 183 | </label> |
191 | 184 | </div> |
192 | 185 | </header> |
|
228 | 221 | </a> |
229 | 222 | </div> |
230 | 223 | <div class="theme-toggle-container theme-toggle-content"> |
231 | | - <button class="theme-toggle"> |
232 | | - <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div> |
| 224 | + <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme"> |
233 | 225 | <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg> |
234 | 226 | <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg> |
235 | 227 | <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg> |
236 | 228 | <svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg> |
237 | 229 | </button> |
238 | 230 | </div> |
239 | 231 | <label class="toc-overlay-icon toc-content-icon" for="__toc"> |
240 | | - <div class="visually-hidden">Toggle table of contents sidebar</div> |
241 | | - <i class="icon"><svg><use href="#svg-toc"></use></svg></i> |
| 232 | + <span class="icon"><svg><use href="#svg-toc"></use></svg></span> |
242 | 233 | </label> |
243 | 234 | </div> |
244 | 235 | <article role="main" id="furo-main-content"> |
|
0 commit comments