Skip to content

Commit 36387aa

Browse files
committed
Prepare for v1.16.10 release
1 parent 58a1d2e commit 36387aa

File tree

244 files changed

+2275
-1431
lines changed

Some content is hidden

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

244 files changed

+2275
-1431
lines changed

docs/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 62df7292de990cda31480fd64e5d9de7
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 415dd5388f9a58c427319ad9adf864b7
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/whatsnew.rst.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This document outlines features and improvements from each release.
55
.. note:: All releases before v1.0.0 are considered pre-release and
66
are for non-production testing and evaluation, and may include
77
changes to the API.
8+
v1.16.10 - April 13, 2026
9+
-------------------------
10+
* set keep alive probes for mysql connection (#122)
811
v1.16.9 - February 5, 2026
912
--------------------------
1013
* Apply string interpolation in mogrify if args is not None (#118)

docs/_static/basic.css

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
/*
2+
* basic.css
3+
* ~~~~~~~~~
4+
*
25
* Sphinx stylesheet -- basic theme.
6+
*
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8+
* :license: BSD, see LICENSE for details.
9+
*
310
*/
411
/* -- main layout ----------------------------------------------------------- */
512
div.clearer {
@@ -84,10 +91,14 @@ img {
8491
}
8592
/* -- search page ----------------------------------------------------------- */
8693
ul.search {
87-
margin-top: 10px;
94+
margin: 10px 0 0 20px;
95+
padding: 0;
8896
}
8997
ul.search li {
90-
padding: 5px 0;
98+
padding: 5px 0 5px 20px;
99+
background-image: url(file.png);
100+
background-repeat: no-repeat;
101+
background-position: 0 7px;
91102
}
92103
ul.search li a {
93104
font-weight: bold;
@@ -587,6 +598,12 @@ abbr, acronym {
587598
border-bottom: dotted 1px;
588599
cursor: help;
589600
}
601+
.translated {
602+
background-color: rgba(207, 255, 207, 0.2)
603+
}
604+
.untranslated {
605+
background-color: rgba(255, 207, 207, 0.2)
606+
}
590607
/* -- code displays --------------------------------------------------------- */
591608
pre {
592609
overflow: auto;

docs/_static/css/badge_only.css

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

docs/_static/css/theme.css

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

docs/_static/doctools.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
/*
2+
* doctools.js
3+
* ~~~~~~~~~~~
4+
*
25
* Base JavaScript utilities for all Sphinx HTML documentation.
6+
*
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8+
* :license: BSD, see LICENSE for details.
9+
*
310
*/
411
"use strict";
512
const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '1.16.9',
2+
VERSION: '1.16.10',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',
-250 KB
Binary file not shown.
-587 KB
Binary file not shown.
-302 KB
Binary file not shown.

0 commit comments

Comments
 (0)