Skip to content

Commit f397249

Browse files
committed
deploy: 1b5ee68
1 parent de8e845 commit f397249

File tree

153 files changed

+106
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+106
-106
lines changed

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

CONTRIBUTING.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
4646
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
4747
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
48-
<link rel="stylesheet" type="text/css" href="_static/pyos.css?v=c07158ed" />
48+
<link rel="stylesheet" type="text/css" href="_static/pyos.css?v=f8185577" />
4949

5050
<!-- So that users can add custom icons -->
5151
<script src="_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>

TRANSLATING.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
4646
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
4747
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
48-
<link rel="stylesheet" type="text/css" href="_static/pyos.css?v=c07158ed" />
48+
<link rel="stylesheet" type="text/css" href="_static/pyos.css?v=f8185577" />
4949

5050
<!-- So that users can add custom icons -->
5151
<script src="_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>

_static/pyos.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ ugly scrollbar to show all the time
179179

180180
html[data-theme="light"] {
181181
--pst-color-primary: var(--pyos-color-primary);
182-
--pst-color-primary-text: #fff;
182+
--pst-color-primary-text: #272424;
183183
--pst-color-primary-highlight: #053f49;
184184
--sd-color-primary: var(--pst-color-primary);
185185
--sd-color-primary-text: var(--pst-color-primary-text);
@@ -405,7 +405,7 @@ aside.footnote {
405405
/* Make the first column in a table a "header" like thing */
406406

407407
/* Dark mode fix for tables */
408-
@media (prefers-color-scheme: dark) {
408+
@media (data-theme="dark") {
409409
td:not(.row-header):nth-child(1) {
410410
background-color: var(--pst-color-tbl-row); /* Adjust the dark mode color */
411411
color: #ffffff; /* Adjust the text color for better contrast */

continuous-integration/ci.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<link rel="stylesheet" type="text/css" href="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
4646
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
4747
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
48-
<link rel="stylesheet" type="text/css" href="../_static/pyos.css?v=c07158ed" />
48+
<link rel="stylesheet" type="text/css" href="../_static/pyos.css?v=f8185577" />
4949

5050
<!-- So that users can add custom icons -->
5151
<script src="../_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>

continuous-integration/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<link rel="stylesheet" type="text/css" href="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
4646
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
4747
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
48-
<link rel="stylesheet" type="text/css" href="../_static/pyos.css?v=c07158ed" />
48+
<link rel="stylesheet" type="text/css" href="../_static/pyos.css?v=f8185577" />
4949

5050
<!-- So that users can add custom icons -->
5151
<script src="../_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>

documentation/hosting-tools/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
4646
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
4747
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=95c83b7e" />
48-
<link rel="stylesheet" type="text/css" href="../../_static/pyos.css?v=c07158ed" />
48+
<link rel="stylesheet" type="text/css" href="../../_static/pyos.css?v=f8185577" />
4949

5050
<!-- So that users can add custom icons -->
5151
<script src="../../_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>

documentation/hosting-tools/myst-markdown-rst-doc-syntax.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
4646
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
4747
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=95c83b7e" />
48-
<link rel="stylesheet" type="text/css" href="../../_static/pyos.css?v=c07158ed" />
48+
<link rel="stylesheet" type="text/css" href="../../_static/pyos.css?v=f8185577" />
4949

5050
<!-- So that users can add custom icons -->
5151
<script src="../../_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>

documentation/hosting-tools/publish-documentation-online.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
4646
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
4747
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=95c83b7e" />
48-
<link rel="stylesheet" type="text/css" href="../../_static/pyos.css?v=c07158ed" />
48+
<link rel="stylesheet" type="text/css" href="../../_static/pyos.css?v=f8185577" />
4949

5050
<!-- So that users can add custom icons -->
5151
<script src="../../_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>

documentation/hosting-tools/sphinx-python-package-documentation-tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
4646
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
4747
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=95c83b7e" />
48-
<link rel="stylesheet" type="text/css" href="../../_static/pyos.css?v=c07158ed" />
48+
<link rel="stylesheet" type="text/css" href="../../_static/pyos.css?v=f8185577" />
4949

5050
<!-- So that users can add custom icons -->
5151
<script src="../../_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>

0 commit comments

Comments
 (0)