Skip to content

Commit 4a93cbf

Browse files
committed
deploy: 36004e0
1 parent cc3b498 commit 4a93cbf

23 files changed

Lines changed: 1577 additions & 473 deletions

404.html

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,22 @@
1111

1212

1313

14+
15+
16+
1417
<link rel="icon" href="/assets/images/favicon.png">
15-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.22">
18+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.3">
1619

1720

1821

1922
<title>python-dotenv</title>
2023

2124

2225

23-
<link rel="stylesheet" href="/assets/stylesheets/main.84d31ad4.min.css">
26+
<link rel="stylesheet" href="/assets/stylesheets/main.484c7ddc.min.css">
2427

2528

26-
<link rel="stylesheet" href="/assets/stylesheets/palette.06af60db.min.css">
29+
<link rel="stylesheet" href="/assets/stylesheets/palette.ab4e12ef.min.css">
2730

2831

2932

@@ -50,7 +53,6 @@
5053

5154

5255

53-
5456
</head>
5557

5658

@@ -224,10 +226,15 @@
224226

225227

226228
<span class="md-ellipsis">
229+
230+
227231
Home
232+
233+
228234

229235
</span>
230236

237+
231238

232239
</a>
233240
</li>
@@ -246,10 +253,15 @@
246253

247254

248255
<span class="md-ellipsis">
256+
257+
249258
Changelog
259+
260+
250261

251262
</span>
252263

264+
253265

254266
</a>
255267
</li>
@@ -268,10 +280,15 @@
268280

269281

270282
<span class="md-ellipsis">
283+
284+
271285
Contributing
286+
287+
272288

273289
</span>
274290

291+
275292

276293
</a>
277294
</li>
@@ -290,10 +307,15 @@
290307

291308

292309
<span class="md-ellipsis">
310+
311+
293312
Reference
313+
314+
294315

295316
</span>
296317

318+
297319

298320
</a>
299321
</li>
@@ -312,10 +334,15 @@
312334

313335

314336
<span class="md-ellipsis">
337+
338+
315339
License
340+
341+
316342

317343
</span>
318344

345+
319346

320347
</a>
321348
</li>
@@ -348,6 +375,7 @@
348375

349376

350377
<div class="md-content" data-md-component="content">
378+
351379
<article class="md-content__inner md-typeset">
352380

353381
<h1>404 - Not found</h1>
@@ -387,10 +415,11 @@ <h1>404 - Not found</h1>
387415

388416

389417

390-
<script id="__config" type="application/json">{"base": "/", "features": ["toc.follow", "navigation.sections"], "search": "/assets/javascripts/workers/search.973d3a69.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
418+
419+
<script id="__config" type="application/json">{"annotate": null, "base": "/", "features": ["toc.follow", "navigation.sections"], "search": "/assets/javascripts/workers/search.2c215733.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
391420

392421

393-
<script src="/assets/javascripts/bundle.f55a23d4.min.js"></script>
422+
<script src="/assets/javascripts/bundle.79ae519e.min.js"></script>
394423

395424

396425
</body>

assets/_mkdocstrings.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,27 @@ code.doc-symbol-module::after {
211211
color: inherit;
212212
border-bottom: 1px dotted currentcolor;
213213
}
214+
215+
/* Source code blocks (admonitions). */
216+
:root {
217+
--md-admonition-icon--mkdocstrings-source: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.22 4.97a.75.75 0 0 1 1.06 0l6.5 6.5a.75.75 0 0 1 0 1.06l-6.5 6.5a.749.749 0 0 1-1.275-.326.75.75 0 0 1 .215-.734L21.19 12l-5.97-5.97a.75.75 0 0 1 0-1.06m-6.44 0a.75.75 0 0 1 0 1.06L2.81 12l5.97 5.97a.749.749 0 0 1-.326 1.275.75.75 0 0 1-.734-.215l-6.5-6.5a.75.75 0 0 1 0-1.06l6.5-6.5a.75.75 0 0 1 1.06 0"/></svg>')
218+
}
219+
.md-typeset .admonition.mkdocstrings-source,
220+
.md-typeset details.mkdocstrings-source {
221+
border: none;
222+
padding: 0;
223+
}
224+
.md-typeset .admonition.mkdocstrings-source:focus-within,
225+
.md-typeset details.mkdocstrings-source:focus-within {
226+
box-shadow: none;
227+
}
228+
.md-typeset .mkdocstrings-source > .admonition-title,
229+
.md-typeset .mkdocstrings-source > summary {
230+
background-color: inherit;
231+
}
232+
.md-typeset .mkdocstrings-source > .admonition-title::before,
233+
.md-typeset .mkdocstrings-source > summary::before {
234+
background-color: var(--md-default-fg-color);
235+
-webkit-mask-image: var(--md-admonition-icon--mkdocstrings-source);
236+
mask-image: var(--md-admonition-icon--mkdocstrings-source);
237+
}

assets/javascripts/bundle.79ae519e.min.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.79ae519e.min.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.f55a23d4.min.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

assets/javascripts/bundle.f55a23d4.min.js.map

Lines changed: 0 additions & 7 deletions
This file was deleted.

assets/javascripts/workers/search.973d3a69.min.js renamed to assets/javascripts/workers/search.2c215733.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/workers/search.973d3a69.min.js.map renamed to assets/javascripts/workers/search.2c215733.min.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/stylesheets/main.484c7ddc.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/stylesheets/main.484c7ddc.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)