-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Pallets Flask theme with Furo theme for docs
- Loading branch information
1 parent
9501cd1
commit daf6675
Showing
12 changed files
with
112 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,54 @@ | ||
/* @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); */ | ||
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); | ||
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); | ||
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); | ||
|
||
@media all { | ||
body, input, div.sphinxsidebar input { | ||
/* font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */ | ||
font-family: "IBM Plex Serif", Georgia, Cambria, "Times New Roman", serif; | ||
font-size: 1.05rem; | ||
} | ||
|
||
h1, h2, h3, h4, h5, h6 { | ||
font-family: "IBM Plex Serif", Georgia, Cambria, "Times New Roman", serif; | ||
} | ||
|
||
code, kbd, pre, textarea { | ||
font-family: "IBM Plex Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace; | ||
font-size: 1rem; | ||
} | ||
|
||
div.sphinxsidebar { | ||
font-size: 1rem; | ||
p.caption, .caption-text { | ||
font-weight: bold; | ||
} | ||
|
||
nav#contents { | ||
margin-left: 1em; | ||
padding-bottom: 1em; | ||
padding-left: 1em; | ||
width: 90%; | ||
span.pre { | ||
font-family: var(--font-stack--monospace); | ||
} | ||
|
||
p.caption, .caption-text { | ||
code.literal { | ||
font-size: 1rem; | ||
} | ||
|
||
.toc-title { | ||
font-weight: bold; | ||
} | ||
|
||
.toc-tree code.literal { | ||
font-size: 0.9rem; | ||
} | ||
|
||
div.highlight { | ||
border: 1px solid; | ||
} | ||
|
||
.bolditalic { | ||
font-style: italic; | ||
font-weight: bold; | ||
} | ||
|
||
ul.simple { | ||
margin-bottom: 1rem; | ||
margin-top: 0; | ||
} | ||
|
||
footer, .page-info .context, .bottom-of-page .left-details, .bottom-of-page .right-details { | ||
font-size: unset; | ||
} | ||
|
||
/* Hide "On GitHub" section from versions menu */ | ||
div.injected > div.rst-versions > div.rst-other-versions > dl:nth-child(4) { | ||
display: none; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
pytest==8.3.3 | ||
black==24.8.0 | ||
black==24.10.0 | ||
|
||
mysql-connector-python==8.4.0 | ||
numpy==2.1.0 | ||
mysql-connector-python==9.1.0 | ||
numpy==2.1.2 | ||
python-slugify==8.0.4 | ||
pytz==2024.2 | ||
|
||
Sphinx==8.0.2 | ||
sphinx-autobuild==2024.9.19 | ||
sphinx-autodoc-typehints==2.4.4 | ||
Sphinx==8.1.3 | ||
sphinx-autobuild==2024.10.3 | ||
sphinx-autodoc-typehints==2.5.0 | ||
sphinx-copybutton==0.5.2 | ||
sphinx-toolbox==3.8.0 | ||
Pallets-Sphinx-Themes==2.1.3 | ||
sphinx-toolbox==3.8.1 | ||
sphinxext-opengraph==0.9.1 | ||
furo==2024.8.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters