Skip to content

Commit 4f8081c

Browse files
committed
Prepare 9.5.29 release
1 parent 33452c9 commit 4f8081c

File tree

13 files changed

+380
-162
lines changed

13 files changed

+380
-162
lines changed

.stylelintrc

-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
"scss/at-function-pattern": "^[a-z][a-z0-9]*(-[a-z0-9]+)*$",
122122
"scss/at-if-closing-brace-newline-after": "always-last-in-chain",
123123
"scss/at-if-no-null": true,
124-
"scss/at-import-no-partial-leading-underscore": true,
125124
"scss/at-import-partial-extension": "never",
126125
"scss/at-mixin-argumentless-call-parentheses": "always",
127126
"scss/at-mixin-parentheses-space-before": "never",

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-9.5.29 (2024-07-14)
2+
3+
* Updated Galician translations
4+
* Fixed #7362: Annotations in figure captions rendering incorrectly
5+
16
mkdocs-material-9.5.28 (2024-07-02)
27

38
* Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled

docs/changelog/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Material for MkDocs
44

5+
### 9.5.29 <small>July 14, 2024</small> { id="9.5.29" }
6+
7+
- Updated Galician translations
8+
- Fixed #7362: Annotations in figure captions rendering incorrectly
9+
510
### 9.5.28 <small>July 2, 2024</small> { id="9.5.28" }
611

712
- Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled

docs/schema/assets/icons.json

+2
Original file line numberDiff line numberDiff line change
@@ -9502,6 +9502,8 @@
95029502
"octicons/accessibility-24",
95039503
"octicons/accessibility-inset-16",
95049504
"octicons/accessibility-inset-24",
9505+
"octicons/ai-model-16",
9506+
"octicons/ai-model-24",
95059507
"octicons/alert-16",
95069508
"octicons/alert-24",
95079509
"octicons/alert-fill-12",

material/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21-
__version__ = "9.5.28"
21+
__version__ = "9.5.29"

material/overrides/assets/javascripts/iconsearch_index.json

+1-1
Large diffs are not rendered by default.
Loading
Loading

material/templates/assets/stylesheets/main.76a95c52.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
3333
{% endif %}
3434
<link rel="icon" href="{{ config.theme.favicon | url }}">
35-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.28">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.29">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% if page.meta and page.meta.title %}

0 commit comments

Comments
 (0)