Skip to content

Commit b3bdb38

Browse files
committed
bump to mkdocs-material==9.5.44
1 parent a7e3e24 commit b3bdb38

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/.mkdocs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
python-version: '3.10'
1515
- name: install mkdocs-material
16-
run: pip install mkdocs-material==9.5.26
16+
run: pip install mkdocs-material==9.5.44
1717
- name: build mkdocs
1818
env:
1919
GOOGLE_ANALYTICS_KEY: ${{secrets.GOOGLE_ANALYTICS_KEY}}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This documentation uses the [**materials** theme](https://squidfunk.github.io/mk
2323

2424
**Intall all dependencies**:
2525
```bash
26-
python3 -m pip install mkdocs-material==9.5.26
26+
python3 -m pip install mkdocs-material==9.5.44
2727
```
2828

2929
**Local preview with hot reloading**:

overrides/base.html

Lines changed: 4 additions & 4 deletions
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.26">
35+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.44">
3636
{% endblock %}
3737
{% block htmltitle %}
3838
{% if page.meta and page.meta.title %}
@@ -44,7 +44,7 @@
4444
{% endif %}
4545
{% endblock %}
4646
{% block styles %}
47-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.35f28582.min.css' | url }}">
47+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.0253249f.min.css' | url }}">
4848
{% if config.theme.palette %}
4949
{% set palette = config.theme.palette %}
5050
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
@@ -308,7 +308,7 @@
308308
"base": base_url,
309309
"features": features,
310310
"translations": {},
311-
"search": "assets/javascripts/workers/search.07f07601.min.js" | url
311+
"search": "assets/javascripts/workers/search.6ce7567c.min.js" | url
312312
} -%}
313313
{%- if config.extra.version -%}
314314
{%- set mike = config.plugins.get("mike") -%}
@@ -339,7 +339,7 @@
339339
</script>
340340
{% endblock %}
341341
{% block scripts %}
342-
<script src="{{ 'assets/javascripts/bundle.56dfad97.min.js' | url }}"></script>
342+
<script src="{{ 'assets/javascripts/bundle.83f73b43.min.js' | url }}"></script>
343343

344344
<script type="module" src="{{ 'javascripts/main.js' | url }}"></script>
345345
{% for script in config.extra_javascript %}

0 commit comments

Comments
 (0)