python-docs-theme 2025.4.1__tar.gz → 2025.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/PKG-INFO +1 -1
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/__init__.py +1 -1
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/pydoctheme.css +9 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/LICENSE +0 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/README.md +0 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/pyproject.toml +0 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/footerdonate.html +0 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/layout.html +0 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/copybutton.js +0 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/menu.js +0 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/py.png +0 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/py.svg +0 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/pydoctheme_dark.css +0 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/search-focus.js +0 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/themetoggle.js +0 -0
- {python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/theme.toml +0 -0
{python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/pydoctheme.css
RENAMED
|
@@ -451,6 +451,7 @@ div.genindex-jumpbox a {
|
|
|
451
451
|
color: #000;
|
|
452
452
|
background-color: #fff;
|
|
453
453
|
border: 1px solid #ac9; /* follows div.body pre */
|
|
454
|
+
display: none;
|
|
454
455
|
}
|
|
455
456
|
|
|
456
457
|
.copybutton:hover {
|
|
@@ -461,6 +462,14 @@ div.genindex-jumpbox a {
|
|
|
461
462
|
background-color: #ddd;
|
|
462
463
|
}
|
|
463
464
|
|
|
465
|
+
.highlight:active .copybutton {
|
|
466
|
+
display: block;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.highlight:hover .copybutton {
|
|
470
|
+
display: block;
|
|
471
|
+
}
|
|
472
|
+
|
|
464
473
|
@media (max-width: 1023px) {
|
|
465
474
|
/* Body layout */
|
|
466
475
|
div.body {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/copybutton.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/pydoctheme_dark.css
RENAMED
|
File without changes
|
{python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/search-focus.js
RENAMED
|
File without changes
|
{python_docs_theme-2025.4.1 → python_docs_theme-2025.5}/python_docs_theme/static/themetoggle.js
RENAMED
|
File without changes
|
|
File without changes
|