Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mkdocs-material for 
openSUSE:Factory checked in at 2024-01-07 21:40:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mkdocs-material (Old)
 and      /work/SRC/openSUSE:Factory/.python-mkdocs-material.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mkdocs-material"

Sun Jan  7 21:40:54 2024 rev:37 rq:1137419 version:9.5.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-mkdocs-material/python-mkdocs-material.changes
    2023-12-12 19:32:12.176400989 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-mkdocs-material.new.28375/python-mkdocs-material.changes
 2024-01-07 21:41:10.109909597 +0100
@@ -1,0 +2,10 @@
+Sun Jan  7 18:23:14 UTC 2024 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- update to 9.5.3:
+  * Limited version range of MkDocs to < 1.6
+  * Updated Macedonian translations
+  * Fixed #6520: Group plugin crashes when using mike
+  * Fixed #6494: Hide author's email address if disabled in
+    git-authors plugin
+
+-------------------------------------------------------------------

Old:
----
  mkdocs_material-9.5.2.tar.gz

New:
----
  mkdocs_material-9.5.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-mkdocs-material.spec ++++++
--- /var/tmp/diff_new_pack.hqp321/_old  2024-01-07 21:41:10.977941173 +0100
+++ /var/tmp/diff_new_pack.hqp321/_new  2024-01-07 21:41:10.977941173 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mkdocs-material
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-mkdocs-material
-Version:        9.5.2
+Version:        9.5.3
 Release:        0
 Summary:        Material theme for mkdocs
 License:        MIT
@@ -43,7 +43,7 @@
 # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21
 BuildRequires:  %{python_module Jinja2 >= 3.1}
 BuildRequires:  %{python_module Markdown >= 3.4}
-BuildRequires:  %{python_module mkdocs >= 1.5.3}
+BuildRequires:  %{python_module mkdocs >= 1.5.3 with %python-mkdocs < 2}
 BuildRequires:  %{python_module mkdocs-material-extensions >= 1.3}
 BuildRequires:  %{python_module pygments >= 2.16}
 BuildRequires:  %{python_module pymdown-extensions >= 10.3}
@@ -60,10 +60,10 @@
 # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L21
 Requires:       python-Jinja2 >= 3.1
 Requires:       python-Markdown >= 3.4
-Requires:       python-mkdocs >= 1.5
 Requires:       python-mkdocs-material-extensions >= 1.1
 Requires:       python-pygments >= 2.16
 Requires:       python-pymdown-extensions >= 10.3
+Requires:       (python-mkdocs >= 1.5.3 with python-mkdocs < 2)
 # Requirements for plugins
 # https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt#L29
 Requires:       python-Babel >= 2.10

++++++ mkdocs_material-9.5.2.tar.gz -> mkdocs_material-9.5.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.5.2/PKG-INFO 
new/mkdocs_material-9.5.3/PKG-INFO
--- old/mkdocs_material-9.5.2/PKG-INFO  2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/PKG-INFO  2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: mkdocs-material
-Version: 9.5.2
+Version: 9.5.3
 Summary: Documentation that simply works
 Project-URL: Homepage, https://squidfunk.github.io/mkdocs-material/
 Project-URL: Bug Tracker, https://github.com/squidfunk/mkdocs-material/issues
@@ -24,7 +24,7 @@
 Requires-Dist: jinja2~=3.0
 Requires-Dist: markdown~=3.2
 Requires-Dist: mkdocs-material-extensions~=1.3
-Requires-Dist: mkdocs>=1.5.3,~=1.5
+Requires-Dist: mkdocs~=1.5.3
 Requires-Dist: paginate~=0.5
 Requires-Dist: pygments~=2.16
 Requires-Dist: pymdown-extensions~=10.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.5.2/material/__init__.py 
new/mkdocs_material-9.5.3/material/__init__.py
--- old/mkdocs_material-9.5.2/material/__init__.py      2020-02-02 
01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/__init__.py      2020-02-02 
01:00:00.000000000 +0100
@@ -18,4 +18,4 @@
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
-__version__ = "9.5.2"
+__version__ = "9.5.3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/plugins/blog/structure/__init__.py 
new/mkdocs_material-9.5.3/material/plugins/blog/structure/__init__.py
--- old/mkdocs_material-9.5.2/material/plugins/blog/structure/__init__.py       
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/plugins/blog/structure/__init__.py       
2020-02-02 01:00:00.000000000 +0100
@@ -148,8 +148,8 @@
         self._set_canonical_url(config.site_url)
 
         # Initialize configuration and metadata
-        self.config   = post.config
-        self.meta     = post.meta
+        self.config = post.config
+        self.meta   = post.meta
 
         # Initialize authors and categories - note that views usually contain
         # subsets of those lists, which is why we need to manage them here
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/plugins/group/plugin.py 
new/mkdocs_material-9.5.3/material/plugins/group/plugin.py
--- old/mkdocs_material-9.5.2/material/plugins/group/plugin.py  2020-02-02 
01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/plugins/group/plugin.py  2020-02-02 
01:00:00.000000000 +0100
@@ -38,6 +38,14 @@
 class GroupPlugin(BasePlugin[GroupConfig]):
     supports_multiple_instances = True
 
+    # Initialize plugin
+    def __init__(self, *args, **kwargs):
+        super().__init__(*args, **kwargs)
+
+        # Initialize object attributes
+        self.is_serve = False
+        self.is_dirty = False
+
     # Determine whether we're serving the site
     def on_startup(self, *, command, dirty):
         self.is_serve = command == "serve"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/plugins/privacy/config.py 
new/mkdocs_material-9.5.3/material/plugins/privacy/config.py
--- old/mkdocs_material-9.5.2/material/plugins/privacy/config.py        
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/plugins/privacy/config.py        
2020-02-02 01:00:00.000000000 +0100
@@ -21,7 +21,7 @@
 import os
 
 from mkdocs.config.base import Config
-from mkdocs.config.config_options import Deprecated, DictOfItems, Type
+from mkdocs.config.config_options import DictOfItems, Type
 
 # -----------------------------------------------------------------------------
 # Classes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/plugins/privacy/plugin.py 
new/mkdocs_material-9.5.3/material/plugins/privacy/plugin.py
--- old/mkdocs_material-9.5.2/material/plugins/privacy/plugin.py        
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/plugins/privacy/plugin.py        
2020-02-02 01:00:00.000000000 +0100
@@ -62,11 +62,11 @@
 
         # Initialize collections of external assets
         self.assets = Files([])
-        self.assets_expr_map = dict({
+        self.assets_expr_map = {
             ".css": r"url\((\s*http?[^)]+)\)",
             ".js": r"[\"'](http[^\"']+\.(?:css|js(?:on)?))[\"']",
             **self.config.assets_expr_map
-        })
+        }
 
     # Process external style sheets and scripts (run latest) - run this after
     # all other plugins, so they can add additional assets
@@ -247,7 +247,7 @@
 
     # Parse and extract all external assets from a media file using a preset
     # regular expression, and return all URLs found.
-    def _parse_media(self, initiator: File) -> "list[URL]":
+    def _parse_media(self, initiator: File) -> list[URL]:
         _, extension = posixpath.splitext(initiator.dest_uri)
         if extension not in self.assets_expr_map:
             return []
@@ -537,7 +537,7 @@
 log = logging.getLogger("mkdocs.material.privacy")
 
 # Expected file extensions
-extensions = dict({
+extensions = {
     "application/javascript": ".js",
     "image/avif": ".avif",
     "image/gif": ".gif",
@@ -547,4 +547,4 @@
     "image/webp": ".webp",
     "text/javascript": ".js",
     "text/css": ".css"
-})
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/plugins/search/plugin.py 
new/mkdocs_material-9.5.3/material/plugins/search/plugin.py
--- old/mkdocs_material-9.5.2/material/plugins/search/plugin.py 2020-02-02 
01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/plugins/search/plugin.py 2020-02-02 
01:00:00.000000000 +0100
@@ -312,9 +312,9 @@
     """
 
     # Initialize HTML element
-    def __init__(self, tag, attrs = {}):
+    def __init__(self, tag, attrs = None):
         self.tag   = tag
-        self.attrs = attrs
+        self.attrs = attrs or {}
 
     # String representation
     def __repr__(self):
@@ -450,16 +450,15 @@
                 return
 
         # Render opening tag if kept
-        if not self.skip.intersection(self.context):
-            if tag in self.keep:
+        if not self.skip.intersection(self.context) and tag in self.keep:
 
-                # Check whether we're inside the section title
-                data = self.section.text
-                if self.section.el in self.context:
-                    data = self.section.title
+            # Check whether we're inside the section title
+            data = self.section.text
+            if self.section.el in self.context:
+                data = self.section.title
 
-                # Append to section title or text
-                data.append(f"<{tag}>")
+            # Append to section title or text
+            data.append(f"<{tag}>")
 
     # Called at the end of every HTML tag
     def handle_endtag(self, tag):
@@ -488,29 +487,28 @@
             return
 
         # Render closing tag if kept
-        if not self.skip.intersection(self.context):
-            if tag in self.keep:
+        if not self.skip.intersection(self.context) and tag in self.keep:
 
-                # Check whether we're inside the section title
-                data = self.section.text
-                if self.section.el in self.context:
-                    data = self.section.title
-
-                # Search for corresponding opening tag
-                index = data.index(f"<{tag}>")
-                for i in range(index + 1, len(data)):
-                    if not data[i].isspace():
-                        index = len(data)
-                        break
-
-                # Remove element if empty (or only whitespace)
-                if len(data) > index:
-                    while len(data) > index:
-                        data.pop()
-
-                # Append to section title or text
-                else:
-                    data.append(f"</{tag}>")
+            # Check whether we're inside the section title
+            data = self.section.text
+            if self.section.el in self.context:
+                data = self.section.title
+
+            # Search for corresponding opening tag
+            index = data.index(f"<{tag}>")
+            for i in range(index + 1, len(data)):
+                if not data[i].isspace():
+                    index = len(data)
+                    break
+
+            # Remove element if empty (or only whitespace)
+            if len(data) > index:
+                while len(data) > index:
+                    data.pop()
+
+            # Append to section title or text
+            else:
+                data.append(f"</{tag}>")
 
     # Called for the text contents of each tag
     def handle_data(self, data):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/plugins/social/plugin.py 
new/mkdocs_material-9.5.3/material/plugins/social/plugin.py
--- old/mkdocs_material-9.5.2/material/plugins/social/plugin.py 2020-02-02 
01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/plugins/social/plugin.py 2020-02-02 
01:00:00.000000000 +0100
@@ -491,7 +491,7 @@
 log.addFilter(DuplicateFilter())
 
 # Color palette
-colors = dict({
+colors = {
     "red":         { "fill": "#ef5552", "text": "#ffffff" },
     "pink":        { "fill": "#e92063", "text": "#ffffff" },
     "purple":      { "fill": "#ab47bd", "text": "#ffffff" },
@@ -513,4 +513,4 @@
     "blue-grey":   { "fill": "#546d78", "text": "#ffffff" },
     "black":       { "fill": "#000000", "text": "#ffffff" },
     "white":       { "fill": "#ffffff", "text": "#000000" }
-})
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/plugins/tags/config.py 
new/mkdocs_material-9.5.3/material/plugins/tags/config.py
--- old/mkdocs_material-9.5.2/material/plugins/tags/config.py   2020-02-02 
01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/plugins/tags/config.py   2020-02-02 
01:00:00.000000000 +0100
@@ -18,12 +18,9 @@
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
-from functools import partial
-from markdown.extensions.toc import slugify
 from mkdocs.config.config_options import Optional, Type
 from mkdocs.config.base import Config
 
-from . import casefold
 
 # -----------------------------------------------------------------------------
 # Classes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/airtel.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/airtel.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/airtel.svg       
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/airtel.svg       
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M7.137 
23.862c.79 0 1.708-.19 2.751-.554 1.55-.538 2.784-1.281 
3.986-2.009l.316-.205a29.733 29.733 0 0 0 3.764-2.72 16.574 16.574 0 0 0 
5.457-7.529c.395-1.138.949-3.384.268-5.487a7.117 7.117 0 0 
0-2.862-3.749c-.158-.126-1.898-1.47-5.203-1.47-3.005 0-6.31 1.107-9.806 
3.32l-.11.08-.317.205a20.133 20.133 0 0 0-2.309 1.693C1.585 6.813-.091 
9.106.004 11.067c.031.79.427 1.534 1.075 2.008a3.472 3.472 0 0 0 2.214.68c1.803 
0 3.765-.948 5.109-1.74l.253-.157.696-.443.237-.158c1.898-1.234 3.875-2.515 
6.105-3.258a5.255 5.255 0 0 1 1.55-.285 3.163 3.163 0 0 1 .664.08 2.112 2.112 0 
0 1 1.47 1.106c.523 1.012.396 2.61-.316 4.08a17.871 17.871 0 0 1-4.887 5.836 
19.488 19.488 0 0 1-3.194 2.215l-.095.031a9.634 9.634 0 0 
1-1.471.696l-.08.032-.41.158c-2.23.57-.87-1.329-.87-1.329.474-.537.98-1.028 
1.518-1.502.316-.269.633-.554.933-.854l.064-.063c.395-.38.933-.902.901-1.645-.047-.98-1.075-1.582-2.056-1.613h-.063c-.95
 0-1.819.522-2.404.98a7
 .27 7.27 0 0 0-1.598 1.74c-.6.901-1.85 3.226-.632 5.077.49.743 1.313 1.123 
2.42 1.123z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/android.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/android.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/android.svg      
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/android.svg      
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M17.523 
15.341a1 1 0 0 1 0-1.999 1 1 0 0 1 0 2m-11.046 0a1 1 0 0 1 0-2 1 1 0 0 1 0 
2m11.405-6.02 1.997-3.46a.416.416 0 0 0-.152-.567.416.416 0 0 0-.568.152L17.137 
8.95c-1.547-.706-3.284-1.1-5.137-1.1s-3.59.394-5.137 1.1L4.841 5.447a.416.416 0 
0 0-.568-.152.416.416 0 0 0-.152.567l1.997 3.46C2.688 11.186.343 14.658 0 
18.76h24c-.344-4.102-2.69-7.574-6.119-9.44"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M18.44 
5.559c-.676 1.166-1.353 2.331-2.028 3.498-.037-.016-.074-.029-.111-.043a12.098 
12.098 0 0 0-8.68.033C7.537 8.897 5.868 6.026 5.6 5.56a1.145 1.145 0 0 
0-.141-.19 1.104 1.104 0 0 0-1.768 1.298c1.947 3.37-.096-.216 1.948 
3.36.017.03-.495.263-1.393 1.017C2.9 12.176.452 14.772 0 18.99h24a11.728 11.728 
0 0 0-.746-3.068 12.1 12.1 0 0 0-2.74-4.184 12.105 12.105 0 0 
0-2.131-1.687c.66-1.122 1.312-2.256 1.965-3.385a1.108 1.108 0 0 0-.008-1.12 1.1 
1.1 0 0 0-.852-.532c-.522-.054-.939.313-1.049.545zm-.04 8.46c.395.593.324 
1.331-.156 1.65-.48.32-1.188.1-1.582-.493-.394-.593-.324-1.33.156-1.65.473-.316 
1.182-.11 1.582.494zm-11.193-.492c.48.32.55 1.058.156 
1.65-.394.593-1.103.815-1.584.495-.48-.32-.55-1.058-.156-1.65.4-.603 1.109-.811 
1.584-.495z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/biome.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/biome.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/biome.svg        
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/biome.svg        
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M21.735 
13.907a6.408 6.408 0 0 
0-1.064-1.606l-.68-.595c-.113-.099-.133-.198-.027-.291a5.26 5.26 0 0 0 
1.362-1.765 6.075 6.075 0 0 0 .482-1.784 4.506 4.506 0 0 0 
0-1.012c-.07-.762-.15-1.269-.238-1.52a7.111 7.111 0 0 
0-.172-.595c-.727-1.87-2.399-3.126-3.483-3.767a9.077 9.077 0 0 
0-1.024-.417A10.883 10.883 0 0 0 15.04.132 9.682 9.682 0 0 0 13.639 
0H1.563v5.519h11.738c.388.001.773.045 1.151.132.502.106.932.318 
1.169.807.089.244.139.5.146.76v.555a1.31 1.31 0 0 1-.37.701 2.249 2.249 0 0 
1-1.402.495c-.898.067-1.804.014-2.71.027H1.563V24h5.519c.172 0 
.198-.066.198-.225v-8.956c0-.482 0-.482.476-.482h5.942a3.798 3.798 0 0 1 
1.89.409.047.047 0 0 0 .033 0l.192.179c.583.529.783 1.366.502 
2.102-.13.336-.355.628-.647.839a3.223 3.223 0 0 1-1.706.542c-.753.013-1.507 
0-2.26 0-.192 0-.245.066-.245.238v4.878c0 .463 0 .483.47.463a26.706 26.706 0 0 
0 3.007-.086c1.04-.146 1.926-.322 2.657-.529a.638.638 0 0 0 .046-.02 8.014 
8.014 0 0 0 2.
 274-1.183 4.303 4.303 0 0 0 1.071-1.057.35.35 0 0 0 .066-.067 5.826 5.826 0 0 
0 1.071-2.148c.12-.456.213-.92.277-1.388a6.246 6.246 0 0 
0-.661-3.595v-.007Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/bugatti.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/bugatti.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/bugatti.svg      
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/bugatti.svg      
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M0 
5.168v2.194h2.92l.004-.73.006-.73 3.498-.005 
3.496-.004v4.103H7.157V8.851l-1.464.004-1.466.006v5.744l1.466.006 
1.464.004V13.47h2.767v4.618H2.92v-1.45H0v4.39h9.31c6.06 0 9.405-.008 
9.584-.02a5.482 5.482 0 0 0 3.73-1.842 5.567 5.567 0 0 0 
1.341-2.904c.048-.325.046-1.184-.002-1.504a5.537 5.537 0 0 0-1.36-2.922 1.478 
1.478 0 0 1-.14-.17c0-.008.054-.08.12-.16a5.255 5.255 0 0 0 1.13-2.693 6.9 6.9 
0 0 0 .01-1.122 5.297 5.297 0 0 0-1.172-2.81 5.328 5.328 0 0 0-1.884-1.443 
5.297 5.297 0 0 
0-1.2-.38c-.515-.09-.038-.085-10.052-.085H0zm18.656.744c.557.044.958.214 
1.305.555.536.529.73 1.414.475 2.193a1.933 1.933 0 0 1-.494.794 1.884 1.884 0 0 
1-1.055.513c-.147.025-.561.03-2.63.03h-2.458v-2.04c0-1.121.005-2.045.013-2.05.02-.022
 4.569-.016 4.844.005zm.267 7.586c1.078.174 1.807.977 1.876 2.065.057.888-.246 
1.613-.87 
2.088-.159.12-.5.288-.691.342-.35.095-.342.095-2.977.095h-2.462V13.47h2.477c2.082
 0 2.502.003 2.647.028Z"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M0 
2.978h18.593c.021.004.042.012.063.013.436.019.863.09 1.279.218 1.459.451 2.507 
1.367 3.117 2.772.454 1.046.5 2.259.316 3.156a4.634 4.634 0 0 1-1.37 
2.482c-.014.014-.027.03-.04.045.021.026.052.04.077.061a4.774 4.774 0 0 1 1.951 
3.564c.001.021.01.042.014.063v.79c-.005.027-.012.053-.014.08-.004.046-.002.093-.007.14a5.501
 5.501 0 0 1-.21 1.047c-.398 1.278-1.167 2.262-2.336 
2.924-.836.474-1.744.686-2.7.687-6.24.004-12.48.002-18.72.002v-4.74h2.988l.001 
1.738c.134.016 7.226.01 
7.286-.006v-4.668h-3.06v1.425c-.102.019-2.928.014-2.986-.004V8.912h2.986v1.424c.103.019
 3.003.014 3.06-.003V5.976H3V7.51H.008Zm13.753 15.05h4.744c.254 0 
.505-.023.75-.09.77-.21 1.3-.683 1.546-1.447a2.605 2.605 0 0 0-.007-1.636 2.068 
2.068 0 0 0-1.12-1.274 2.553 2.553 0 0 
0-1.092-.239h-4.82zm.003-12.058v4.377h4.397a2.5 2.5 0 0 0 .723-.103c.678-.203 
1.147-.63 
1.376-1.304.145-.428.163-.868.068-1.308-.161-.742-.598-1.251-1.313-1.515a2.711 
2.711 0 0 0
 -.947-.147Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/channel4.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/channel4.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/channel4.svg     
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/channel4.svg     
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M13.062 
17.074h-2.263V24h2.263v-6.926Zm6.102 
4.663h-5.097V24h5.097v-2.262Zm1.715-7.93h-3.544v2.262h3.544v-2.263Zm-11.085 
7.93H7.531V24h2.263v-2.262Zm0-12.793V5.346L3.759 12.8h2.913l3.122-3.857Zm1.005 
3.857h2.263V1.328l-2.263 
2.778v8.695Zm5.53-9.626V20.74h-2.262V5.967l2.262-2.792ZM14.383 0l1.946 
1.577-2.262 2.795V.391L14.383 0Zm-1.321 13.806H3.12v2.263h9.942v-2.263Z"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="m14.309 
0-.33.412v4.201l2.382-2.95zm-1.155 1.201L10.707 4.22v8.674h2.447zm3.268 
1.701-2.443 3.02v14.81h2.443zM9.887 5.236l-6.201 7.657h3.142L9.887 9.12Zm-6.766 
8.48v2.444h10.033v-2.443Zm14.125 0v2.444h3.633v-2.443Zm-6.539 
3.268V24h2.443v-7.016Zm-3.271 4.573V24h2.443v-2.443zm6.543 
0V24h5.189v-2.443z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/charles.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/charles.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/charles.svg      
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/charles.svg      
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path 
d="M10.494.713c-.103.011-.385.049-.623.076-.24.028-.705.11-1.04.175l-.61.122-.883-.132C5.706.713
 3.694.74 2.252 1.02c-1.464.278-2.45.802-2.218 1.173.033.055.358.34.72.634 
1.536 1.24 2.296 2.18 2.734 3.398.228.633.31 1.114.304 1.885-.005.901-.114 
1.376-.732 3.24-.27.813-.564 1.802-.65 2.194-.142.65-.158.804-.158 1.749 0 
1.022.043 1.431.24 2.245a6.588 6.588 0 0 0 1.896 
3.218c.337.306.45.442.43.518-.05.175.09.475.32.71.584.59 1.886 1.093 3.27 
1.257.71.087 2.18.076 2.862-.022.53-.076 1.47-.301 1.746-.41.59-.24 1.117-.557 
1.383-.83.444-.453.45-.464.417-.732-.032-.224-.022-.246.168-.388.255-.19 
1.07-1.017 1.29-1.306.2-.262.576-.906.69-1.19.103-.24.14-.246.31-.066.367.394 
1.12.721 1.528.667.352-.05.596-.361.406-.52-.037-.032-.265-.14-.51-.245a4.335 
4.082 0 0 1-.64-.339l-.2-.158.022-.41c.032-.71.25-1.022 1.93-2.78 1.345-1.41 
1.595-1.694 2.148-2.442.58-.782.884-1.278 
1.247-2.049.727-1.551.976-3.239.662-4.485-.5-1.982-2.392-3.4
 68-4.398-3.452-1.128.006-2.093.427-3.107 
1.35-.575.524-.69.475-.526-.213.097-.432.08-.629-.082-.956-.325-.65-1.6-1.262-3.064-1.476-.46-.066-1.876-.114-2.196-.075zm9.962
 3.02c1.106.34 2.022 1.29 2.326 2.41.2.753.054 2.141-.342 3.223a11.632 10.954 0 
0 1-1.014 1.978c-.33.501-1.3 1.704-1.85 2.283a43.744 41.193 0 0 0-1.512 
1.682c-.303.36-.51.557-.57.546-.075-.016-.09-.141-.118-.89a19.086 17.973 0 0 
0-.917-4.916c-.206-.59-.26-.951-.157-1.016.043-.028.314-.05.602-.05.336 0 
.537-.021.564-.06.022-.037-.13-.23-.374-.464-.423-.41-.586-.66-.722-1.11-.168-.556-.032-1.458.304-2.052.477-.836
 1.388-1.503 2.283-1.661.4-.072 1.09-.028 1.497.098M11.569 
7.34c.098.033.25.115.342.192.12.103.2.13.31.109.226-.05.747.207.866.414.05.094.136.224.19.29.08.098.098.175.07.4-.026.24-.01.31.104.48a.76.76
 0 0 1 .135.442c0 .192.016.236.082.213a.178.168 0 0 0 
.08-.136c0-.197.158-.486.294-.547a.774.774 0 0 1 
.38-.027c.227.038.25.05.227.175-.016.076.01.17.06.213.076.082.076.092-.017.164-.092.066-.097.093-.038.245.066.1
 
76.066.176-.086.149-.087-.017-.168-.023-.185-.006-.016.016.017.202.076.41.136.486.13.622-.027
 1.054-.103.29-.12.404-.08.59.08.431.053 1.572-.06 2.283a14.166 13.34 0 0 1-.38 
1.72c-.228.798-.483 2.279-.472 
2.743.005.246.027.459.043.476.016.016.125-.104.233-.263.24-.35.45-.525.852-.705.162-.071.34-.185.396-.25.157-.176.254-.153.195.048-.027.088-.033.164-.022.164.016
 0-.016.066-.076.153-.054.082-.13.257-.168.393a1.52 1.52 0 0 
1-.18.4c-.08.114-.091.174-.048.218.044.043.14-.028.37-.268.346-.355.53-.579.563-.666.043-.115.602-.667.645-.64.027.017.06.006.082-.027.086-.141.12-.016.114.4l-.01.447-.294.323a56
 56 0 0 1-.786.84c-.266.28-.624.662-.787.841a4.493 4.231 0 0 
1-.596.536c-.298.202-.927.447-1.33.525a2.851 2.851 0 0 
0-.324.066c-.255.059-2.863.07-3.525.009a31.86 30.002 0 0 0-.873-.075.816.768 0 
0 1-.217-.045.532.501 0 0 
0-.21-.033c-.52-.01-.94-.114-1.227-.31-.114-.077-.27-.137-.347-.137-.076 
0-.135-.028-.135-.055 0-.032-.038-.054-.082-.054-.043 0-.08-.028-.08-.055 
0-.033-.028-.054-.06-.054
 -.066 0-.288-.198-.608-.542-.125-.13-.31-.322-.4-.42-.1-.099-.18-.198-.18-.218 
0-.029-.05-.094-.11-.158-.216-.23-.324-.356-.297-.356.01 
0-.027-.104-.08-.23-.213-.47-.088-.508.19-.07.107.163.226.3.264.3.103 0 
.336.284.494.601.07.142.255.393.4.562l.278.302.233-.056c.124-.033.25-.082.276-.103.065-.06-.18-.4-.667-.923-.4-.432-.504-.607-.325-.563.06.016.12.049.13.076.016.022.114.028.212.011a.994.936
 0 0 1 .433.055c.206.07.25.07.25.01 
0-.043-.022-.092-.054-.109-.028-.016-.044-.11-.033-.207a.732.69 0 0 
0-.184-.476c-.017-.016-.033-.115-.044-.218l-.016-.186.152.137c.087.076.233.175.33.213.098.037.25.153.33.257.148.175.169.185.39.152.132-.021.257-.049.278-.059.033-.023.3.087.602.24.022.01.038
 0 .038-.028 
0-.026-.087-.092-.19-.141-.238-.115-.238-.186-.005-.23.222-.043.347-.01.72.18.305.153.419.137.26-.044-.123-.14-.07-.3.072-.212.18.114.293.393.282.71-.01.41-.01.405.114.29.07-.066.097-.137.076-.214-.212-.716-.25-1.01-.288-2.19l-.01-.285-.18.066a3.12
 3.12 0 0 0-.44.218c-.33.197-.622.23-1.007.12
 
-.163-.043-.43-.12-.59-.164-.164-.044-.316-.115-.338-.153-.103-.158-.113-.42-.027-.546.12-.17.11-.208-.07-.208-.08
 0-.222-.021-.31-.049a2.013 1.896 0 0 0-.39-.082 1.48 1.394 0 0 
1-.276-.054c-.022-.018-.224-.044-.446-.066-.217-.016-.428-.06-.466-.088-.076-.06-.054-.19.06-.42.048-.093.075-.17.054-.17-.022
 0 0-.037.038-.092a.316.298 0 0 0 
.07-.12c-.032-.142.37-.88.548-1.022.18-.136.537-.235.835-.24h.19l-.14-.153c-.29-.306-.375-.568-.36-1.104.017-.628.05-.661.755-.786.72-.132.894-.082
 1.247.35.087.103.12.12.14.06.06-.159.283-.334.413-.334.076 0 
.304.099.504.218.206.121.396.219.43.219.107.006.487.339.633.552.14.218.21.536.222
 1.017 0 .19.033.282.125.365.157.147.217.36.233.808.01.323 0 
.382-.114.497-.135.137-.553.236-.743.176-.12-.038-.146.097-.195 
1.01-.05.895.076 1.945.288 
2.43l.157.368.206-.225.206-.225.087.132c.076.11.108.126.195.076.12-.06.293-.262.298-.333
 0-.027-.027-.027-.054-.011-.033.017-.054.006-.054-.027 
0-.032-.033-.055-.065-.05-.125.018-.423-.07-.423-.125 0-.028-.022-.037-.0
 54-.017-.066.045-.49-.343-.49-.447 
0-.066.018-.071.077-.022.044.038.136.05.212.033.087-.022.195.005.314.076.38.235.418.126.082-.223-.27-.29-.347-.48-.44-1.126-.027-.19.05-.235.13-.071.033.054.17.158.304.224.353.175.727.655.922
 
1.196.157.438.25.53.418.438.05-.029.103-.143.124-.252.022-.115.136-.497.25-.852.266-.787.325-1.3.184-1.459-.07-.082-.157-.109-.33-.098-.402.01-.64-.24-.722-.781-.054-.34-.005-.371.537-.394.44-.021.602.05.84.367.12.163.142.235.12.425-.11.951-.168
 1.29-.315 
1.82-.092.327-.18.7-.195.813-.027.192-.022.207.07.17.06-.028.207-.055.337-.071l.233-.022-.173.245c-.217.312-.19.4.12.39.178-.007.232-.03.243-.11.005-.06.027-.263.043-.46.033-.327.13-.764.418-1.857.06-.224.14-.546.18-.71.042-.164.096-.36.123-.437.093-.23.244-1.092.342-1.928.05-.426.038-1.224-.022-1.278-.06-.06-.146.279-.103.393.06.136.055.18-.108.945-.103.48-.157.64-.255.71-.065.049-.19.158-.277.246-.086.082-.2.148-.254.148-.098-.006-.337-.34-.472-.673-.044-.109-.103-.207-.136-.228-.12-.078-.282-.793-.26-1.153
 
.022-.382.005-.405-.255-.257-.32.18-1.49.06-1.535-.158-.005-.045.066-.187.17-.323.275-.366.427-.857.313-1-.05-.054-.038-.081.033-.114.092-.033.092-.038.005-.088-.157-.088-.108-.147.11-.141.194.01.2.004.21-.198.01-.223.184-.55.315-.605.054-.017.08-.11.08-.263
 0-.18-.015-.213-.064-.164-.12.12-.45.076-.63-.088a1.98 1.865 0 0 
0-.363-.256c-.2-.103-.27-.19-.683-.842a5.034 4.74 0 0 
0-.396-.518c-.108-.114-.19-.235-.18-.273.018-.038.169-.055.45-.044a5.06 5.06 0 
0 0 
.864-.066c.542-.092.764-.103.992-.038m-3.427.41c.07.055.18.07.325.05.2-.028.233-.017.266.087.027.087-.01.18-.152.349-.173.213-.396.35-1.014.634-.466.213-.586.322-.634.552-.027.136-.082.196-.255.273-.125.054-.26.141-.304.202-.157.196-.526.754-.613.917-.076.148-.336.443-.547.612a.328.309
 0 0 1-.196.071c-.097 0-.108-.038-.12-.344a35.512 33.441 0 0 
0-.021-.541c-.005-.223.098-.426.228-.426.103 0 
.098-.087-.005-.132-.12-.043-.098-.305.043-.518l.206-.327a.302.284 0 0 1 
.255-.16c.2-.021.195-.004.098-.207a1.672 1.574 0 0 1-.114-.306l-.038-
 .14.238.08c.125.044.255.104.288.132.087.087.135.055.135-.094 
0-.136.028-.169.472-.535.255-.202.575-.295.7-.191.054.044.097.044.146.005.033-.033.152-.065.255-.081.103-.01.206-.028.222-.028.017-.005.076.022.136.066"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/citroen.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/citroen.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/citroen.svg      
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/citroen.svg      
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M18.591 
15.407c-1.225-1.044-4.864-4.014-6.59-4.014-1.73 0-5.366 2.968-6.591 
4.013-.007-.247-.014-.397-.014-.617 0 0-.03-.363.293-.725 2.657-2.393 
5.442-3.563 5.528-3.6.83-.348.784-.283.783-1.683 0 0 .037-.002.06 0 1.17.106 
4.316 3.14 6.177 5.19.003.003.367.422.367.864 0 
.206-.006.41-.013.572m-.05-1.712c-.198-.218-4.855-5.328-6.541-5.328s-6.343 
5.11-6.54 5.327h-.001c-.02.022-.474.539-.474 1.14 0 
.47.031.941.031.946.002.022.012.22.124.275a.128.128 0 0 0 .058.013.242.242 0 0 
0 .137-.055c.05-.044 4.795-4.209 6.665-4.209s6.615 4.165 6.663 4.207a.247.247 0 
0 0 .14.057.13.13 0 0 0 .058-.013c.11-.054.122-.253.123-.276 
0-.004.031-.476.031-.944 0-.602-.454-1.119-.474-1.14m-3.35 6.45h-.001a6.569 
6.569 0 0 1-.376 0c-.415 0-.863-.312-.863-.818 0-.501.438-.8.86-.8a4.14 4.14 0 
0 1 .38 0c.425 0 .863.299.863.8 0 
.506-.447.819-.862.819m.404-1.936c-.59-.013-1.19 0-1.194 0-.72 0-1.307.5-1.307 
1.114 0 .623.586 1.13 1.307 1.13.005 0 .60
 4.012 1.195 0 .722 0 1.309-.507 1.309-1.13 0-.608-.575-1.097-1.31-1.114m7.67 
2.216H24v-1.07c0-.624-.56-1.114-1.274-1.114h-1.858c-.03 
0-.102.007-.102.081v2.02c0 
.054.04.082.079.082h.777v-1.689c0-.074.055-.113.11-.113h.857c.236 0 
.587.215.587.678v1.04s.002.085.09.085m-15.507-1.75h1.146v-.348c0-.05-.035-.086-.082-.086H5.627a.083.083
 0 0 0-.083.084v.349h.764c.286 0 .479.246.479.475v1.193c0 
.039.035.083.084.083h.775v-1.639c0-.062.05-.112.112-.112m-3.532 1.668c0 
.049.044.083.084.083h.044l-.006.005c.022-.005.097-.005.357-.005h.38v-2.101a.084.084
 0 0 0-.083-.084H4.31a.085.085 0 0 
0-.084.084v2.018zm5.994-1.079v-.436c0-.119.085-.202.206-.202h1.14c.173 0 
.32.145.32.317a.322.322 0 0 1-.323.321H10.22zm1.668 
1.162h.852c-.013-.525-.56-.742-.623-.765l-.01-.004v-.03l.011-.003c.366-.081.62-.36.62-.68
 0-.337-.33-.703-.866-.703H9.811a.441.441 0 0 0-.446.446v1.655a.08.08 0 0 0 
.082.083h.774l-.001-.774h.73c.65 0 
.918.47.938.775m-8.965-1.451h.835c-.181-.457-.682-.77-1.257-.781l-.256-.006a11.048
 11.048 0 0
  0-.938.006c-.41.02-.67.114-.923.335a1.06 1.06 0 0 0-.384.802c0 .625.556 1.115 
1.292 1.14.505.018.56.019 1.222 0 .613-.02 1.053-.297 1.243-.781h-.834a.078.078 
0 0 0-.072.041.869.869 0 0 1-.754.422c-.171.007-.378 0-.378 0-.424 
0-.863-.306-.863-.818v-.005c.003-.509.44-.813.865-.813.048-.002.219-.008.376 0 
.309 0 .606.164.756.418a.08.08 0 0 0 .07.04m17.384 1.058h-2.02c-.069 
0-.116-.045-.116-.11v-.416h1.75v-.383h-1.75l-.001-.38c0-.001-.001-.042.03-.074.022-.024.056-.036.1-.036h2.006v-.307c0-.026-.007-.046-.022-.06-.028-.027-.074-.025-.076-.025h-2.81c-.009
 0-.086.002-.086.085v1.654c0 .219.169.445.45.445h2.46c.021 0 
.042-.01.058-.025a.08.08 0 0 0 .027-.057v-.31m-.628-2.582a.553.553 0 0 
0-.298-.076.56.56 0 0 0-.297.076c-.079.049-.141.114-.234.114-.093 
0-.149-.065-.232-.114a.572.572 0 0 0-.297-.076.555.555 0 0 
0-.298.076c-.082.05-.123.11-.123.181s.041.132.123.182c.083.05.181.075.298.075a.566.566
 0 0 0 .29-.07c.075-.044.155-.118.239-.118.084 0 .16.066.234.113a.572.572 0 0 0 
.297.075c.12 0 .2
 2-.025.3-.075.08-.05.12-.11.12-.182 
0-.07-.04-.131-.122-.181m-1.094-6.905c-1.224-1.042-4.86-4.01-6.585-4.01-1.726 
0-5.36 2.966-6.583 4.01-.008-.247-.014-.397-.014-.616 0 0-.03-.363.292-.725 
2.654-2.39 5.437-3.56 5.523-3.596.83-.348.783-.283.782-1.682 0 0 .037-.002.06 0 
1.17.106 4.311 3.136 6.17 5.185.004.004.368.422.368.863 0 
.206-.006.41-.013.571m-.05-1.71c-.198-.218-4.85-5.322-6.535-5.322-1.684 0-6.337 
5.104-6.534 5.322-.02.021-.474.537-.474 1.139 0 
.468.031.94.031.944.002.022.012.22.124.275a.13.13 0 0 0 .057.013.242.242 0 0 0 
.138-.055c.05-.044 4.79-4.205 6.658-4.205 1.868 0 6.608 4.161 6.656 
4.203a.245.245 0 0 0 .14.057.13.13 0 0 0 .058-.013c.11-.054.122-.253.123-.276 
0-.004.031-.475.031-.943 0-.602-.454-1.118-.473-1.14"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M12 
0C6.684 0 2.292 5.38 2.292 12S6.652 24 12 24c5.347 0 9.708-5.38 9.708-12S17.316 
0 12 0zM4.106 16.233c-.19-.604-.35-1.241-.414-1.878L12 8.18l8.371 6.175a12.334 
12.334 0 0 1-.413 1.878v.032h-.032L12 10.345zm.923 2.101-.032-.032L12 
13.114l7.003 5.188v.032c-1.655 2.897-4.202 4.616-6.987 
4.616s-5.363-1.751-6.987-4.616zM12 5.347l-8.53 6.335v-.032c.063-2.674.954-5.284 
2.61-7.385C7.67 2.324 9.772 1.21 12 1.21c2.228 0 4.36 1.114 5.92 3.055 1.56 
1.942 2.515 4.616 2.61 7.417v.032l-.031-.032z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/clevercloud.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/clevercloud.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/clevercloud.svg  
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/clevercloud.svg  
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M4 
12.862.416 18.431 11.168 24ZM12.831 0 20 11.139l3.584-5.57Zm-.001 24 
10.753-5.569L20 12.862Zm11.169-6.647V6.648L20.554 12ZM12 .43 4.832 
11.568h14.336Zm0 23.139 7.168-11.139H4.832Zm-8-12.43L11.168 0 .416 5.569ZM0 
6.647v10.707L3.445 12Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/codeblocks.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/codeblocks.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/codeblocks.svg   
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/codeblocks.svg   
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M.011 
0v8.406H8.61V0zm15.39 0v8.406H24V0zM8.972.658l.012 7.869 2.54 
2.43.007-5.564zm6.066 0-2.555 4.735.004 5.564 2.54-2.43zM.332 8.768l5.52 2.677 
5.655-.006-2.773-2.67zm14.944 0L12.53 11.49l5.655-.09 5.498-2.631zm-9.323 
3.855L.318 15.232h8.405l2.748-2.722zm6.565-.113 2.747 
2.722h8.402l-5.586-2.609zm-1.006.533-2.54 2.43-.011 7.873 2.555-4.74zm.964 
0-.008 5.564 2.559 4.74-.011-7.874zM0 15.598V24h8.598v-8.402zm15.39 
0V24h8.598v-8.402z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/comicfury.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/comicfury.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/comicfury.svg    
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/comicfury.svg    
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="m0 6.959 
1.899-3.256 2.725 2.736 2.973-.204L9.3 3.297l2.213 2.693 
8.655-.252.406-1.085L24 5.128v5.268l-11.248 3.526-1.085 
6.781H0V6.959zm2.195-.748L1.041 8.137l1.75 1.748 
1.133-1.948-1.729-1.726zm7.409-.448L8.48 7.546l1.224 1.598 
1.137-1.766-1.237-1.615zm3.901 3.751-1.992.349.997 
2.025.995-2.374zm3.319-.565-1.992.348.996 
2.025.996-2.373zm3.228-.611-1.991.349.996 
2.025.995-2.374zm3.183-.566-1.992.349.996 2.025.996-2.374z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/counterstrike.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/counterstrike.svg
--- 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/counterstrike.svg    
    2020-02-02 01:00:00.000000000 +0100
+++ 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/counterstrike.svg    
    2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path 
d="M9.103.435a1.753 1.753 0 0 1 
1.652-.362c.218.072.406.203.609.333.16.101.348.145.493.261.072.058.014.16.014.232.189.45.29.942.13
 
1.42-.13.16-.362.203-.55.276-.03.203.043.39.072.594-.043.029-.072.058-.116.087.276-.015.551-.073.827-.13.101-.102.26-.044.39-.059.015-.203.088-.391.088-.594a.34.34
 0 0 0 .116-.029c.014.145 0 .29.043.435.073.058.189.029.276.043 0 .058 0 
.116.014.174 1.681-.014 3.377 0 5.058 0v.247h.16V2.42h.188c0 .26-.014.507 0 
.768a.11.11 0 0 0 .073.029c0 
.029.014.087.014.116.058-.058.13-.102.218-.073.014.044.029.087.043.145-.058.058-.087.13-.058.218.464.014.928
 0 1.406 0 .044-.058.116-.087.189-.116a.464.464 0 0 1 .087.058h.68a.874.874 0 0 
1 .015.333h-.696a.46.46 0 0 
1-.087.073c-.072-.044-.13-.073-.202-.116h-1.261c-.247.072-.508.058-.754.014v.275H16.16a.532.532
 0 0 1-.29.13c.044.218-.202.276-.29.436a.45.45 0 0 
1-.231.174c-.073.449.087.87.203 
1.29-.13.029-.276.072-.406.101-.073.29-.145.594-.203.884a.848.848
  0 0 
1-.507.58c-.174.203-.406.406-.682.42-.101.03-.174-.043-.246-.101-.362.029-.696-.145-1.015-.29-.347-.16-.666-.363-1-.55.03.202-.072.376-.145.55.16.072.377.13.464.304.058.13.116.276.116.435-.014.522-.072
 1.044-.101 1.565.014.377-.174.754-.435 
1.03-.174-.015-.319-.088-.478-.16-.058.13-.189.26-.116.42.058.189.058.392.145.566a6.674
 6.674 0 0 1 1.217 1.753c.304.624.536 1.276.783 1.928.043 0 
.13-.015.174-.015.058.189 0 
.406.116.58.101.16.072.348.072.536-.029.435-.058.87-.101 
1.305-.03.304-.102.609-.145.913.014.232.116.464.101.696-.014.217-.014.449-.188.608.014.493-.116.986.058
 
1.464.232.32.493.623.768.899.304.145.667.174.928.435.1.16.043.347.014.521a6.732 
6.732 0 0 1-1.87 
0c-.246-.058-.478-.159-.724-.188-.334.014-.725.145-1.03-.087-.028-.391.117-.768.189-1.145.029-.13.16-.217.145-.348-.03-.45-.058-.913-.087-1.362-.058-.03-.16-.058-.145-.145
 0-.218-.072-.435-.13-.638a10.821 10.821 0 0 
1-.16-1.681c-.014-.16.087-.276.203-.377.03-.246.058-.507.073-.754-.044-.13-.145-.232-.203-.348-.261.03
 -.638.087-.797-.188-.377-.565-.769-1.145-1.145-1.71-.16-.015-.348 
0-.493-.102-.16-.174-.261-.405-.363-.623-.043.174-.072.362-.174.507-.087.145-.231.247-.333.377-.101.232-.188.464-.275.696-.102.29-.247.58-.276.899-.014.159-.043.304-.101.449-.073.116-.203.16-.319.217-.087.189-.145.377-.275.537-.087.101-.232.13-.29.26-.058.174-.145.334-.218.493-.029.174.087.363.03.536-.102.435-.32.841-.522
 
1.232-.102.29-.174.595-.32.87-.057.116-.202.145-.318.16-.13.318-.276.623-.362.956a5.437
 5.437 0 0 0-.03.971c0 
.145.088.261.146.391.057.174.014.348-.015.522-.565.073-1.145.13-1.696-.043-.058-.044-.043-.116-.058-.174-.043-.261-.072-.536.015-.783.188-.681.348-1.362.536-2.043-.072-.073-.174-.13-.174-.247-.014-.188
 0-.391.044-.58.087-.319.318-.565.434-.87.044-.13.03-.26.044-.39 
0-.305.174-.551.304-.812.13-.218.232-.45.406-.638.116-.101.116-.26.203-.391.087-.16.232-.29.232-.479.029-.231-.058-.463-.03-.695.059-.681.19-1.348.305-2.03-.058-.072-.145-.144-.174-.246.015-.072.03-.13.044-.203l-.13-.217c.057-.087.
 
115-.188.173-.275-.058-.044-.13-.102-.188-.145.072-.218.043-.537.304-.638.03.014.102.029.13.043-.043-.376-.043-.768-.086-1.145a3.534
 3.534 0 0 
1-.073-1.232c.145-.217.42-.304.667-.318-.319-.073-.638-.102-.942-.203-.015-.261.029-.522.072-.783.13-.507.073-1.029.145-1.55.073-.146.261-.175.42-.146.189.03.377-.029.566-.087
 0-.072.014-.16 0-.232-.116-.507-.087-1.029 
0-1.521.116-.638.377-1.261.855-1.71.319-.305.783-.45 1.217-.435.145 0 
.232.145.348.232.058-.058.116-.116.16-.174-.073-.247-.189-.508-.174-.769.029-.58.217-1.174.652-1.565m4.522
 4.102c.029.029.029.029 0 
0m.203.029c.014.101.043.203-.015.29-.072.029-.16.029-.232.072.203 0 .406.015.61 
0 .159-.043.1-.246.1-.362-.1-.116-.318-.044-.463 
0m-.507.609c.145.159.217.405.347.565.189-.247.334-.508.551-.725-.26-.015-.522.015-.782-.015-.044.058-.073.116-.116.174Z"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M21.71 
3.235a.022.022 0 0 1-.022-.022c.002-.081.004-.37.005-.424 
0-.129-.143-.183-.212-.083l-.229.333a.024.024 0 0 1-.02.01h-6.55a.047.047 0 0 
1-.048-.046l-.013-.177a.048.048 0 0 1 .056-.048l.335.032a.059.059 0 0 0 
.063-.045l.244-.989a.048.048 0 0 0-.03-.054l-.227-.085a.043.043 0 0 
1-.026-.03c-.041-.171-.377-1.323-1.993-1.58-.787-.125-1.302.21-1.577.478a1.594 
1.594 0 0 0-.302.41l-.097.212a2.309 2.309 0 0 0-.046.234l.051.982a.109.109 0 0 
0 .043.085l.354.153-.196.325a.055.055 0 0 
1-.053.04s-.417.01-.622.02c-.386.015-1.245.485-1.878 1.838l-.724 1.55a.074.074 
0 0 1-.068.04l-.578.001c-.035 0-.073.028-.088.06L6.364 9a.11.11 0 0 0 
.017.108l.627.392a.059.059 0 0 1 .02.058l-.328.967a.192.192 0 0 
1-.023.062l-.435.382a.106.106 0 0 0-.035.06l-.598 1.53a.063.063 0 0 
1-.06.045l-.336.002a.163.163 0 0 0-.162.149l-.201 2.288a1.72 1.72 0 0 
1-.016.121l-.158.908a.128.128 0 0 1-.034.055l-.558.427a4.81 4.81 0 0 0-.767 
1.001l-1.86 3.924a
 .761.761 0 0 0-.078.322l.132.235c.002.084-.032.456-.07.53l-.624 1.09a.099.099 
0 0 0-.003.085l.03.07.094.187 
1.891.002c.118.011.247-.14.251-.3l.103-1.297-.027-.195 
3.606-4.232c.095-.114.222-.317.286-.45l1.719-3.79a.171.171 0 0 1 
.1-.088l.109-.035a.17.17 0 0 1 .183.053c.15.181.504.781.676 1.032.143.208.85 
1.23 1.158 1.567.086.093.349.198.466.27a.083.083 0 0 1 .03.112l-1.03 1.808-.455 
2.136a.954.954 0 0 0-.036.152l-.412 1.483c.003.188-.14.286-.153.507l-.15 
1.084a.058.058 0 0 0 .059.061l2.544.014c.095 0 .19-.004.286-.006a1.105 1.105 0 
0 0 .075-.007c.124-.016.563-.076.75-.15a.574.574 0 0 0 
.227-.13c.185-.194.2-.278.203-.398a.266.266 0 0 0-.028-.105.123.123 0 0 
0-.06-.047l-1.18-.356a.37.37 0 0 1-.19-.134l-.317-.47a.086.086 0 0 1 
.018-.097l.618-.609a.202.202 0 0 0 .048-.072l1.904-4.488c.089-.285.059-.605 
0-.944-.044-.25-.686-1.326-.854-1.624a941.79 941.79 0 0 
0-1.286-2.251c-.079-.138-.19-.133-.228-.276l-.073-1.118a.04.04 0 0 1 
.036-.05l.33-.028a.093.093 0 0 0 .075-.048l1.147-2.155a.096.096
  0 0 0-.002-.094l-.235-.29a.087.087 0 0 1-.001-.088l.352-.38a.054.054 0 0 1 
.073-.02l.934.526a.382.382 0 0 0 .186.05c.26-.001.686-.154.908-.29a.383.383 0 0 
0 .139-.148l.458-1.07c.006-.014.027-.012.03.003l.127.595a.064.064 0 0 0 
.079.05l1.35-.3a.066.066 0 0 0 .05-.078l-.319-1.344a.072.072 0 0 1 
.01-.054l.13-.203a.281.281 0 0 0 .037-.082l.159-.725a.04.04 0 0 1 
.04-.032l3.732.005a.092.092 0 0 0 .093-.093v-.634a.022.022 0 0 1 
.022-.021h1.439a.046.046 0 0 0 .046-.047V3.28a.046.046 0 0 
0-.046-.047h-1.44z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/cypress.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/cypress.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/cypress.svg      
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/cypress.svg      
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M11.998 
0C5.366 0 0 5.367 0 12a11.992 11.992 0 0 0 12 12c6.633 0 12-5.367 
12-12-.001-6.633-5.412-12-12.002-12zM6.37 14.575c.392.523.916.742 1.657.742.35 
0 .699-.044 1.004-.175.306-.13.655-.306 1.09-.567l1.223 1.745c-1.003.83-2.138 
1.222-3.447 1.222-1.048 0-1.92-.218-2.705-.654a4.393 4.393 0 0 
1-1.746-1.92c-.392-.83-.611-1.79-.611-2.925 0-1.09.219-2.094.61-2.923a4.623 
4.623 0 0 1 1.748-2.007c.741-.48 1.657-.698 2.661-.698.699 0 1.353.087 
1.877.305a5.64 5.64 0 0 1 1.614.96l-1.222 1.658A4.786 4.786 0 0 0 9.12 
8.77c-.305-.13-.698-.174-1.048-.174-1.483 0-2.225 1.134-2.225 3.446-.043 
1.18.175 2.008.524 2.532H6.37zm12 2.705c-.436 1.353-1.091 2.357-2.008 
3.098-.916.743-2.138 1.135-3.665 1.266l-.305-2.05c1.003-.132 1.745-.35 
2.225-.7.174-.13.524-.523.524-.523L11.519 6.764h3.01l2.095 8.683 
2.226-8.683h2.923L18.37 17.28z"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path 
d="M11.998.02c-.864 0-1.682.11-2.144.193v.002A11.933 11.933 0 0 0 0 12.002c0 
1.126.157 2.233.465 3.303.038.145.091.299.137.447 1.607 4.865 6.224 8.226 
11.392 8.228.065 0 .252 0 .502-.011a2.22 2.22 0 0 0 1.951-1.37l.474-1.154 
5.505-13.402H18.62l-2.316 5.871-2.334-5.871h-1.909l3.274 8.012-2.436 
5.91a.54.54 0 0 1-.472.336c-.144.005-.285.01-.432.01-4.585 
0-8.667-3.07-9.928-7.465a10.306 10.306 0 0 1-.398-2.844 10.27 10.27 0 0 1 
8.603-10.164c.222-.037.889-.145 1.725-.145 4.417 0 8.269 2.732 9.73 
6.848.056.144.098.293.147.44.299.974.453 1.988.453 3.021 0 4.57-2.941 
8.533-7.316 9.861l.486 1.6c5.085-1.546 8.5-6.152 8.502-11.46 
0-1.548-.298-2.87-.65-3.892l-.131-.363h-.002C21.457 3.095 17.044.019 
11.998.019ZM8.434 7.89c-1.2 0-2.175.386-2.98 1.176-.802.786-1.206 1.774-1.206 
2.936 0 1.154.407 2.137 1.205 2.92.806.79 1.78 1.174 2.98 1.174 1.706 0 
3.156-.955 3.788-2.489l.033-.082-1.629-.554c-.168.456-.755 1.488-2.191 
1.488-.675 0-1.
 244-.234-1.694-.7-.457-.47-.687-1.062-.687-1.757 
0-.7.225-1.28.687-1.774.452-.464 1.02-.7 1.694-.7 1.438 0 2.023 1.08 2.193 
1.488l1.627-.553-.033-.084c-.63-1.536-2.082-2.488-3.787-2.488Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/dailydotdev.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/dailydotdev.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/dailydotdev.svg  
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/dailydotdev.svg  
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M18.29 
5.706a1.405 1.405 0 0 0-1.987 0L4.716 17.296l1.324-2.65-2.65-2.649 3.312-3.311 
2.65 2.65 1.986-1.988-3.642-3.642a1.405 1.405 0 0 0-1.987 0L.411 11.004a1.404 
1.404 0 0 0 0 1.987l4.305 4.304.993.993a1.405 1.405 0 0 0 1.987 0L19.285 
6.7l-.993-.994Zm-.332 3.647 2.65 2.65-4.306 4.305a1.404 1.404 0 1 0 1.986 
1.986l5.299-5.298a1.404 1.404 0 0 0 0-1.987l-4.305-4.304-1.324 2.648Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/datefns.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/datefns.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/datefns.svg      
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/datefns.svg      
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M1.065 
6.534C.355 8.246 0 10.068 0 11.999c0 1.932.355 3.754 1.065 5.466a13.768 13.768 
0 0 0 3.068 4.549h2.685c-2.784-2.756-4.176-6.094-4.176-10.015 0-3.92 
1.392-7.258 4.176-10.014H4.133a13.768 13.768 0 0 0-3.068 4.549Zm21.869 
10.931c.71-1.712 1.066-3.534 1.066-5.466 0-1.931-.356-3.753-1.066-5.465a13.768 
13.768 0 0 0-3.068-4.549h-2.685c2.784 2.756 4.176 6.094 4.176 10.014 0 
3.921-1.392 7.259-4.176 10.015h2.685a13.768 13.768 0 0 0 3.068-4.549ZM11.63 
3.299H9.854v10.21h1.776v-.033l7.218-7.218-1.151-1.151-6.067 
6.067V3.299Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/dbeaver.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/dbeaver.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/dbeaver.svg      
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/dbeaver.svg      
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M17.111 
0a3.283 3.283 0 0 0-1.746.55 8.436 8.436 0 0 0-2.748 2.544 6.722 6.722 0 0 
1-1.344 0c-.32 0-.788.209-.574.963.215.753.798 1.497.75 1.923a3.699 3.699 0 0 
0-.068.805c-.298.472-1.69 2.743-2.113 4.549 0 0 
.795-7.967-1.645-9.33-2.44-1.363-4.404-.277-5.06 1.52-1.403 3.832.675 9.825 
3.605 14.661 2.93 4.837 5.713 5.709 7.686 5.795 3.298.145 2.338-.57 3.523-.64 
1.185-.07 1.012.64 2.984.365 1.438-.208 1.685-1.17 
1.141-1.603-.544-.433-.363-1.484.156-3.72.519-2.235-.224-6.17-.746-7.183s-.464-1.53.09-2.527a6.213
 6.213 0 0 0 .85-2.506 3.858 3.858 0 0 0 0-1.043.07.07 0 0 0 0-.021V5.05s-.344 
1.375-1.02 1.869a9.836 9.836 0 0 0-.32.244c.067-.257.32-1.34-.041-1.924 0 
0-.151 2.488-1.477 
2.62-1.326.13-3.202-1.225-3.73-1.77.038.21.068.268.109.43.044.15.096.3.156.445.186.6.384
 1.517.086 2.092-.464.91-1.475 2.313-1.373 4.314a8.49 8.49 0 0 0 .803 
3.527c.39.988.493 1.9.416 
2.057-.077.157.027.961-1.815-.418-1.84-1.38-2.338-2.807-2.33
 8-2.807a5.9 5.9 0 0 0-.335 2.496 15.51 15.51 0 0 0 .777 3.561S9.335 19.83 
9.207 15.91c-.122-3.602 1.986-7.769 2.322-8.41a1.056 1.056 0 0 0 
.701.588s-.939-.518-.254-2.526c.686-2.007 2.067-3.794 3.463-4.58A3.994 3.994 0 
0 1 19.31.785a3.28 3.28 0 0 0-1.933-.78A3.258 3.258 0 0 0 17.111 0Zm-1.39 
1.865a1.152 1.152 0 0 0-.221.026c-.352.077-.54.49-.297 1a.823.823 0 0 1 
.066.361.827.827 0 0 1-.095.355 4.986 4.986 0 0 1 .91-.716 4.395 4.395 0 0 1 
1.217-.44 1.43 1.43 0 0 1-.725-.22 1.14 1.14 0 0 0-.492-.313 1.142 1.142 0 0 
0-.363-.053Zm4.87.174c-.503 0-1.172.114-1.687.316a1.34 1.34 0 0 
0-.761.563c-.279.641 1.417 1.705 2.1 1.506.32-.093.795-.789 
1.003-1.395.141-.433.16-.818-.1-.918a1.69 1.69 0 0 0-.554-.072zm.225 5.33s-.346 
1.181-.59 1.717c-.21.475-.278.436-.435.49a4.388 4.388 0 0 0 .176-.664c.093-.391 
0-.494 0-.494a4.172 4.172 0 0 1-.463 1.283 1.008 1.008 0 0 
1-.64.04c-.26-.107-.305-1.327-.305-1.397a2.513 2.513 0 0 0 1.255-.192 2.52 2.52 
0 0 0 1.002-.783Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/dolby.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/dolby.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/dolby.svg        
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/dolby.svg        
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M24 
20.352V3.648H0v16.704h24zM18.433 5.806h2.736v12.387h-2.736c-2.839 
0-5.214-2.767-5.214-6.194s2.375-6.193 5.214-6.193zm-15.602 0h2.736c2.839 0 
5.214 2.767 5.214 6.194s-2.374 6.194-5.214 6.194H2.831V5.806z"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M0 
3.564v16.872h2.488c4.648 0 8.438-3.788 
8.438-8.436s-3.79-8.436-8.438-8.436H0zm21.512 0c-4.648 0-8.438 3.788-8.438 
8.436s3.79 8.436 8.438 8.436H24V3.564h-2.488z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/embark.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/embark.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/embark.svg       
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/embark.svg       
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M3.658 
16.662v-6.644C9.197 10.017 13.687 5.533 13.69 0h6.653c-.003 9.202-7.472 
16.662-16.685 16.662ZM3.656 24v-6.672h16.689V24H3.657"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/erpnext.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/erpnext.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/erpnext.svg      
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/erpnext.svg      
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M2.88 
0A2.88 2.88 0 0 0 0 2.88v18.24A2.88 2.88 0 0 0 2.88 24h18.24A2.88 2.88 0 0 0 24 
21.12V2.88A2.88 2.88 0 0 0 21.12 0Zm5.04 5.76h8.254v2.146H7.92Zm0 
5.033h7.85v2.146h-5.233v2.954h5.703v2.146H7.92Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/frappe.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/frappe.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/frappe.svg       
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/frappe.svg       
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M2.88 
0A2.88 2.88 0 0 0 0 2.88v18.24A2.88 2.88 0 0 0 2.88 24h18.24A2.88 2.88 0 0 0 24 
21.12V2.88A2.88 2.88 0 0 0 21.12 0H2.88zM8.4 6h8.024v2.111H8.4V6zm0 
5.385h7.49v2.113h-4.93V18H8.4v-6.615z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/githubcopilot.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/githubcopilot.svg
--- 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/githubcopilot.svg    
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/githubcopilot.svg    
    2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M23.922 
16.997C23.061 18.492 18.063 22.02 12 22.02 5.937 22.02.939 18.492.078 
16.997A.641.641 0 0 1 0 16.741v-2.869a.883.883 0 0 1 .053-.22c.372-.935 
1.347-2.292 2.605-2.656.167-.429.414-1.055.644-1.517a10.098 10.098 0 0 
1-.052-1.086c0-1.331.282-2.499 1.132-3.368.397-.406.89-.717 1.474-.952C7.255 
2.937 9.248 1.98 11.978 1.98c2.731 0 4.767.957 6.166 2.093.584.235 1.077.546 
1.474.952.85.869 1.132 2.037 1.132 3.368 0 .368-.014.733-.052 1.086.23.462.477 
1.088.644 1.517 1.258.364 2.233 1.721 2.605 2.656a.841.841 0 0 1 
.053.22v2.869a.641.641 0 0 1-.078.256Zm-11.75-5.992h-.344a4.359 4.359 0 0 
1-.355.508c-.77.947-1.918 1.492-3.508 1.492-1.725 
0-2.989-.359-3.782-1.259a2.137 2.137 0 0 1-.085-.104L4 11.746v6.585c1.435.779 
4.514 2.179 8 2.179 3.486 0 6.565-1.4 
8-2.179v-6.585l-.098-.104s-.033.045-.085.104c-.793.9-2.057 1.259-3.782 
1.259-1.59 0-2.738-.545-3.508-1.492a4.359 4.359 0 0 1-.355-.508Zm2.328 
3.25c.549 0 1 .451 1 1v2c0 
 .549-.451 1-1 1-.549 0-1-.451-1-1v-2c0-.549.451-1 1-1Zm-5 0c.549 0 1 .451 1 
1v2c0 .549-.451 1-1 1-.549 0-1-.451-1-1v-2c0-.549.451-1 1-1Zm3.313-6.185c.136 
1.057.403 1.913.878 2.497.442.544 1.134.938 2.344.938 1.573 0 2.292-.337 
2.657-.751.384-.435.558-1.15.558-2.361 
0-1.14-.243-1.847-.705-2.319-.477-.488-1.319-.862-2.824-1.025-1.487-.161-2.192.138-2.533.529-.269.307-.437.808-.438
 1.578v.021c0 .265.021.562.063.893Zm-1.626 
0c.042-.331.063-.628.063-.894v-.02c-.001-.77-.169-1.271-.438-1.578-.341-.391-1.046-.69-2.533-.529-1.505.163-2.347.537-2.824
 1.025-.462.472-.705 1.179-.705 2.319 0 1.211.175 1.926.558 2.361.365.414 
1.084.751 2.657.751 1.21 0 1.902-.394 
2.344-.938.475-.584.742-1.44.878-2.497Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/glassdoor.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/glassdoor.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/glassdoor.svg    
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/glassdoor.svg    
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M17.144 
20.572H3.43A3.427 3.427 0 0 0 6.856 24h10.286a3.428 3.428 0 0 0 
3.428-3.428V6.492a.123.123 0 0 0-.124-.125h-3.18a.125.125 0 0 
0-.123.126v14.08zm0-20.572a3.429 3.429 0 0 1 3.427 3.43H6.858v14.078a.126.126 0 
0 1-.125.125H3.554a.125.125 0 0 1-.125-.125V3.428A3.429 3.429 0 0 1 6.856 
0h10.287"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M14.11 
0a.124.124 0 0 0-.136.128v3.45c0 .068.054.12.121.128 2.62.172 4.61.95 4.61 
3.681h-5.619a.134.134 0 0 0-.135.135v8.964c0 .075.06.135.135.135h10.003c.075 0 
.135-.06.135-.135V7.342c0-2.237-.8-4.056-2.416-5.328C19.32.847 17.088.143 
14.11.001ZM.91 7.388a.134.134 0 0 0-.134.135v8.956c0 .075.06.135.135.135H6.53c0 
2.731-1.99 3.51-4.61 3.681a.13.13 0 0 0-.119.127v3.451c0 .075.06.135.135.127 
2.978-.142 5.208-.846 6.697-2.013 1.616-1.272 2.416-3.09 
2.416-5.328V7.522a.134.134 0 0 0-.135-.135z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/goldmansachs.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/goldmansachs.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/goldmansachs.svg 
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/goldmansachs.svg 
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M1.963 
9.264h1.452v2.378c-.484.098-.855.148-1.262.148C.561 11.79 0 10.878 0 
9.377c0-1.614.778-2.526 2.329-2.526.196 0 .567.014 
1.03.084v1.522h-.336l-.19-.582c-.183-.553-.4-.827-.744-.827-.596 
0-.912.806-.912 2.315 0 1.515.126 2.23.904 2.23.106 0 
.231-.014.351-.048V9.776l-.469-.323v-.189Zm1.424 6.382c0 .954-.651 1.501-1.802 
1.501-.315 0-.778-.048-1.213-.119v-1.865h.337l.14.441c.315 1.017.54 1.353.94 
1.353.421 0 .722-.371.722-.862 
0-.399-.189-.68-.595-.898l-.702-.378c-.541-.287-.835-.736-.835-1.283 
0-.828.68-1.326 1.796-1.326.252 0 .547.022 
1.016.085v1.521h-.337l-.188-.581c-.19-.618-.393-.842-.764-.842-.415 
0-.66.266-.66.652 0 .343.19.589.561.799l.708.399c.596.337.876.786.876 
1.403Zm3.101 1.102.14.211v.106H5.556l-.05-.407c-.112.308-.407.491-.786.491-.561 
0-.912-.351-.912-.926 0-.561.315-.933 
1.283-1.311l.414-.161v-.525c0-.463-.085-.652-.344-.652-.21 
0-.329.112-.533.623l-.231.573h-.315v-1.144c.414-.126.828-.21 1.185-.
 21.792 0 1.221.378 1.221 1.066v2.266Zm.405-6.824c0 1.192-.637 1.866-1.459 
1.866-.82 0-1.457-.674-1.457-1.866 0-1.193.637-1.866 1.459-1.866.82 0 1.457.673 
1.457 1.866Zm-1.387 6.235v-1.213l-.133.056c-.414.169-.569.547-.569 1.101 0 
.414.099.652.329.652.231 0 
.373-.225.373-.596Zm.357-6.235c0-1.347-.112-1.704-.427-1.704s-.428.357-.428 
1.704c0 1.346.113 1.704.428 1.704s.427-.358.427-1.704Zm3.521 
6.269.126.064c-.224.646-.511.89-1.066.89-.904 0-1.409-.679-1.409-1.865 
0-1.185.589-1.866 1.55-1.866.258 0 
.603.042.897.16v1.193h-.329l-.132-.449c-.176-.596-.273-.75-.449-.75-.281 
0-.505.365-.505 1.754 0 1.114.168 1.521.595 
1.521.287.001.532-.181.722-.652Zm-.779-4.488H7.342v-.104l.141-.211V7.476l-.141-.21V7.16l1.123-.084v4.313l.14.211v.105Zm1.726.085c-.772
 0-1.235-.702-1.235-1.901 0-1.192.483-1.83 1.227-1.83.379 0 
.589.147.68.441V7.476l-.141-.21V7.16l1.123-.084v4.313l.14.211v.104h-.996l-.077-.533c-.111.457-.321.619-.721.619Zm2.461
 4.958.14.211v.106H11.67v-.106l.14-.211v-2.525c0-.301-.091-.483-.309-
 .483-.26 
0-.449.218-.449.645v2.363l.141.211v.106H9.93v-.106l.14-.211v-3.914l-.14-.21v-.105l1.122-.084v1.451c.127-.301.414-.469.82-.469.576
 0 .919.365.919 1.073v2.258h.001Zm-2.664-6.846c0 1.263.112 1.648.421 1.648.385 
0 .455-.554.455-1.662 0-1.073-.077-1.606-.449-1.606-.315 0-.427.379-.427 
1.62Zm7.041 
1.487.14.211v.104h-1.262V11.6l.14-.211V8.787c0-.252-.084-.407-.281-.407-.244 
0-.441.219-.441.638v2.371l.14.211v.104h-1.262V11.6l.14-.211V8.787c0-.252-.084-.407-.28-.407-.245
 
0-.442.219-.442.638v2.371l.141.211v.104h-1.263V11.6l.14-.211V8.535l-.14-.169v-.104l1.01-.12h.084l.028.393c.119-.309.414-.477.814-.477.427
 0 .708.21.834.589.105-.365.435-.589.856-.589.553 0 .904.365.904 
1.072v2.259Zm-1.311 4.644c0 .609-.393 1.114-1.339 1.114-.245 
0-.575-.028-1.087-.119v-1.304h.287l.091.281c.224.715.441.982.785.982.323 0 
.533-.232.533-.59 
0-.294-.147-.497-.497-.687l-.603-.323c-.385-.21-.596-.539-.596-.946 
0-.638.499-1.024 1.325-1.024.239 0 
.547.034.884.105v1.024h-.287l-.148-.373c-.168-.449-.329-.595-.
 595-.595-.287 0-.456.168-.456.449 0 
.238.141.399.484.595l.595.337c.406.232.624.561.624 
1.074Zm4.538-4.644.14.211v.104h-1.073l-.048-.407c-.112.309-.407.491-.786.491-.561
 0-.911-.35-.911-.926 0-.561.315-.932 
1.283-1.311l.413-.16v-.526c0-.463-.084-.652-.343-.652-.211 
0-.329.113-.533.624l-.231.575h-.317V8.27c.415-.127.828-.211 1.185-.211.792 0 
1.221.379 1.221 1.066v2.264Zm-.982-.589V9.587l-.133.056c-.413.168-.567.547-.567 
1.101 0 .414.098.653.329.653.23 0 
.371-.225.371-.597Zm4.586.8v.104h-1.263V11.6l.141-.211V8.864c0-.302-.091-.484-.309-.484-.26
 
0-.449.219-.449.646v2.363l.14.211v.104h-1.262V11.6l.14-.211V8.535l-.14-.169v-.104l1.01-.12h.084l.028.393c.119-.309.407-.477.82-.477.575
 0 .918.365.918 1.072v2.259L24 11.6Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/googlebigtable.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/googlebigtable.svg
--- 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/googlebigtable.svg   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/googlebigtable.svg   
    2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path 
d="M10.511.278s0-.4.456-.24c.267.094 3.728 2.243 5.88 
3.533l.006.003.364.217c.004.003.007.009.011.011.322.2.656.42 1.006.673a.88.88 0 
0 1 .42.78l-.06 7.566a.42.42 0 0 
1-.192.396l-1.2.815V5.436c-.042-.034-.083-.07-.131-.098l-5.06-3.01c-.744-.466-1.5-1.642-1.5-2.05zm-2.89
 12.171 4.39 2.614 4.388-2.566v-1.079L12.25 13.84a.78.78 0 0 1-.24.072.43.43 0 
0 1-.24-.072l-4.149-2.47v1.08zm0 1.943c0 .17.086.327.228.42l3.933 
2.398c.123.06.162.07.228.064.088-.003.173-.074.252-.112l3.933-2.398a.468.468 0 
0 0 .228-.42v-.791L12.25 16.07a.432.432 0 0 1-.48 0L7.621 
13.6v.79zm8.778-4.137v-.516a.467.467 0 0 0-.228-.408l-3.933-2.398a.444.444 0 0 
0-.456 0L7.85 9.331a.492.492 0 0 0-.228.408v.516l4.39 2.614 4.388-2.614zm-4.473 
11.332L6.95 18.625c-.041-.025-.06-.07-.096-.1v-8.63l-1.2.708a.491.491 0 0 
0-.227.395v7.867a.9.9 0 0 0 .407.72l1.272.79c-.002 0-.003-.003-.005-.004l6.024 
3.59a.216.216 0 0 0 .336-.216 3.262 3.262 0 0 0-1.535-2.158zM8.891 
 4.097a.845.845 0 0 1 .859.009l6.66 3.954V6.645a.444.444 0 0 0-.24-.371L9.79 
2.496a.81.81 0 0 0-.85-.012l-1.433.856C5.56 4.498 1.525 6.893 1.36 
6.975a.276.276 0 0 0 0 .48 3.154 3.154 0 0 0 2.495-.312L8.89 4.097zM22.635 
16.49a3.154 3.154 0 0 0-2.519.3l-5.036 2.986a.875.875 0 0 1-.887 
0l-.018-.006-6.554-3.867v1.39a.673.673 0 0 0 .204.397l6.356 3.765a.84.84 0 0 0 
.887 0l1.415-.863h-.004l6.156-3.646a.252.252 0 0 0 0-.456zM10.967 
6.13l-1.2-.708a.407.407 0 0 0-.431 0L3.688 8.756a.863.863 0 0 
0-.456.767v8.862a.216.216 0 0 0 .36.156 3.297 3.297 0 0 0 
1.043-2.398v-5.996a.9.9 0 0 1 .098-.367l6.234-3.65zm2.11 11.728 1.2.683a.42.42 
0 0 0 .443 0l5.684-3.418c.335-.207.442-.408.442-.706l.002-.001v-1.751c0 
.006-.004.01-.004.017-.006-2.494-.013-6.831.004-7.104.024-.384-.372-.252-.372-.252a3.37
 3.37 0 0 0-1.007 2.399v5.995a.97.97 0 0 1-.191.413l-6.2 3.725z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/greasyfork.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/greasyfork.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/greasyfork.svg   
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/greasyfork.svg   
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M5.89 
2.227a.28.28 0 0 1 .266.076l5.063 5.062c.54.54.509 1.652-.031 2.192l8.771 
8.77c1.356 1.355-.36 3.097-1.73 
1.728l-8.772-8.77c-.54.54-1.651.571-2.191.031l-5.063-5.06c-.304-.304.304-.911.608-.608l3.714
 3.713L7.59 8.297 3.875 4.582c-.304-.304.304-.911.607-.607l3.715 3.714 
1.067-1.066L5.549 2.91c-.228-.228.057-.626.342-.683ZM12 0C5.374 0 0 5.375 0 
12s5.374 12 12 12c6.625 0 12-5.375 12-12S18.625 0 12 0Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/helium.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/helium.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/helium.svg       
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/helium.svg       
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M12 
0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0Zm2.554 
5.606a2.703 2.703 0 0 0-.743 1.386 5.3 5.3 0 0 0-5.596 1.204 5.3 5.3 0 0 
0-1.203 5.602 2.704 2.704 0 0 0-1.395.744 2.716 2.716 0 0 0 3.84 3.84 2.704 
2.704 0 0 0 .747-1.403 5.255 5.255 0 0 0 1.837.332 5.297 5.297 0 0 0 
3.744-1.544 5.3 5.3 0 0 0 1.213-5.576 2.703 2.703 0 0 0 1.396-.745 2.715 2.715 
0 1 0-3.84-3.84zm3.172 3.173a1.78 1.78 0 0 1-1.523.507.306.306 0 0 0-.08 0 
.921.921 0 0 0-.987.604.92.92 0 0 0 .03.7 3.445 3.445 0 0 1-.688 3.87 3.445 
3.445 0 0 1-3.87.688.921.921 0 0 0-.71-.028.921.921 0 0 0-.517.479.92.92 0 0 
0-.083.453.308.308 0 0 0 0 .092 1.8 1.8 0 0 1-.5 1.564c-.7.699-1.838.699-2.537 
0a1.782 1.782 0 0 1-.525-1.268c0-.48.186-.93.525-1.269a1.806 1.806 0 0 1 
1.552-.506.921.921 0 0 0 .182.02c.13 0 .262-.027.388-.085a.921.921 0 0 0 
.475-.51.921.921 0 0 0-.025-.717 3.445 3.445 0 0 1 .689-3.87 3.445 3.445 0 0 1 
3.87-.688.921.921 0 
 0 0 .707.029.922.922 0 0 0 .52-.48.931.931 0 0 0 .07-.558 1.799 1.799 0 0 1 
.5-1.564c.7-.699 1.838-.699 2.537 0 .7.7.7 1.837 0 2.537zm-7.118 1.81a1.987 
1.987 0 1 0 2.81 2.81 1.987 1.987 0 0 0-2.81-2.81z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/iveco.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/iveco.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/iveco.svg        
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/iveco.svg        
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M.24 
14.402h1.433c.12 0 .239-.1.239-.243V9.87a.243.243 0 0 0-.244-.242H.24a.237.237 
0 0 0-.24.24v4.294c0 .169.148.239.24.239m2.566-4.424 1.01 
3.737c.064.25.244.435.391.53.17.11.338.156.61.156h1.119c.474 0 
.833-.294.963-.794l.91-3.62a.431.431 0 0 0 .014-.108.238.238 0 0 
0-.24-.25h-.827a.24.24 0 0 0-.235.182l-.718 
3.135c-.022.108-.076.131-.134.131a.117.117 0 0 
1-.112-.1l-.762-3.11c-.02-.157-.122-.239-.242-.239H3.03c-.188 
0-.254.17-.243.273.001.022.013.043.019.077m7.728 
1.49-.002-.413c0-.15.116-.25.24-.25h1.7a.24.24 0 0 0 
.238-.24l.001-.695a.243.243 0 0 0-.244-.242H9.57c-.468 0-.948.364-.948 
1.024v2.79c0 .602.508.959.945.959h2.93c.124 0 .249-.093.243-.265v-.69a.24.24 0 
0 0-.24-.24h-1.7c-.159 0-.266-.093-.266-.243v-.397h1.494a.242.242 0 0 0 
.238-.251v-.61a.24.24 0 0 0-.244-.238h-1.488zm5.511-.664a11.9 11.9 0 0 1 1.283 
0 .238.238 0 0 0 .239-.239v-.005l.005-.762a.239.239 0 0 0-.217-.238 12.611 
12.611 0 0 0-.893-.024c-.42
  0-.833.022-1.237.069l.025-.002c-.879.07-1.595.72-1.756 1.57a5.162 5.162 0 0 
0-.074.82c0 .27.02.527.058.776a1.943 1.943 0 0 0 1.63 1.622l-.026-.004a9.788 
9.788 0 0 0 2.303.053.239.239 0 0 0 .216-.236l-.001.017.002-.766a.239.239 0 0 
0-.239-.239h-.007c-.239.012-.479.012-.722.007a12.965 12.965 0 0 
1-.61-.021.675.675 0 0 1-.588-.594 6.287 6.287 0 0 1-.022-1.131.678.678 0 0 1 
.631-.673M24 12.05c.003-.434-.06-.83-.178-1.195a1.916 1.916 0 0 0-1.59-1.285 
9.213 9.213 0 0 0-1.085-.062c-.406 0-.76.01-1.156.06a1.932 1.932 0 0 0-1.6 
1.392 3.792 3.792 0 0 0 .029 2.172 1.906 1.906 0 0 0 1.596 
1.306c.342.037.684.054 1.037.054.443 0 .805 0 1.232-.058.85-.153 1.452-.752 
1.613-1.511.065-.282.1-.57.102-.873m-1.91-.02c0 .222-.01.434-.037.65a.677.677 0 
0 1-.62.565 8.625 8.625 0 0 1-.541.007.674.674 0 0 1-.664-.576 5.302 5.302 0 0 
1-.014-1.337.677.677 0 0 1 .625-.601 8.615 8.615 0 0 1 .532-.004c.353 0 
.643.268.675.612.03.223.044.452.044.684"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M.084 
10.059a.084.084 0 0 0-.084.084v3.574c0 .046.038.084.084.084h.912a.083.083 0 0 0 
.082-.084v-3.574a.083.083 0 0 0-.082-.084zm1.775 0c-.062 
0-.105.058-.076.11l1.895 3.257.011.02c.195.306.577.495 
1.002.494.426-.001.807-.196.997-.508L7.75 
10.17c.028-.046-.007-.111-.076-.111H6.658a.086.086 0 0 0-.074.039l-1.857 
2.925c-.017.028-.064.023-.079.006L2.936 10.1a.085.085 0 0 0-.077-.04zm7.598 
0c-.73-.001-1.324.488-1.324 1.091v1.557c0 .603.594 1.094 1.324 
1.094h3.049a.082.082 0 0 0 .082-.084v-.733a.082.082 0 0 0-.082-.084H9.234c-.017 
0-.03-.015-.03-.033V10.99c0-.017.013-.033.03-.033h3.272a.08.08 0 0 0 
.082-.082v-.732a.082.082 0 0 0-.082-.084zm5.443 0c-.73-.001-1.324.488-1.324 
1.091v1.557c0 .603.594 1.094 1.324 1.094h3.05a.084.084 0 0 0 
.083-.084v-.733a.084.084 0 0 0-.084-.084h-3.271a.032.032 0 0 
1-.032-.033V10.99c0-.017.014-.033.032-.033h3.271a.082.082 0 0 0 
.084-.082v-.732a.084.084 0 0 0-.084-.084zm5.334 0c-.73 0-1.324.49
 -1.324 1.093v1.555c0 .603.594 1.094 1.324 1.094h2.442c.73 0 1.324-.49 
1.324-1.094v-1.555c0-.603-.594-1.093-1.324-1.093zm-.226.898h2.879c.015 0 
.027.012.027.027v1.889a.027.027 0 0 1-.027.027h-2.88a.027.027 0 0 
1-.027-.027v-1.889c0-.015.013-.027.028-.027zm-10.215.56a.05.05 0 0 
0-.049.051v.73c0 .028.022.052.049.052h2.72a.05.05 0 0 0 .05-.051v-.73a.05.05 0 
0 0-.05-.051z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/kinopoisk.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/kinopoisk.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/kinopoisk.svg    
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/kinopoisk.svg    
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M23.273 
16.103c-2.266 6.226-9.15 9.436-15.376 7.17C1.67 21.007-1.54 14.123.727 
7.897c2.266-6.226 9.15-9.436 15.376-7.17 6.226 2.266 9.436 9.15 7.17 
15.376zm-9.864-3.59a1.5 1.5 0 1 0-2.818-1.026 1.5 1.5 0 0 0 2.818 1.026zm-4.357 
3.202a3 3 0 1 0-5.636-2.052 3 3 0 0 0 5.636 2.052zM12.13 7.26a3 3 0 1 
0-5.636-2.052A3 3 0 0 0 12.13 7.26zm8.456 3.077a3 3 0 1 0-5.637-2.052 3 3 0 0 0 
5.636 2.052zm-3.078 8.455a3 3 0 1 0-5.637-2.051 3 3 0 0 0 5.637 2.05Z"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M12.049 
0C5.45 0 .104 5.373.104 12S5.45 24 12.049 24c3.928 0 7.414-1.904 
9.592-4.844l-9.803-5.174 6.256 
6.418h-3.559l-4.373-6.086V20.4h-2.89V3.6h2.89v6.095L14.535 3.6h3.559l-6.422 
6.627 9.98-5.368C19.476 1.911 15.984 0 12.05 0zm10.924 7.133-9.994 4.027 
10.917-.713a11.963 11.963 0 0 0-.923-3.314zm-10.065 5.68 10.065 
4.054c.458-1.036.774-2.149.923-3.314l-10.988-.74z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/kx.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/kx.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/kx.svg   
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/kx.svg   
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M0 
5.873h3.59v12.254H0V5.873Zm11.746 0L7.65 12l4.097 6.127H7.65L3.59 
12l4.06-6.127h4.097Zm12.254 0L19.903 12 24 18.127h-4.097l-2.03-3.045-2.03 
3.045h-4.097L15.843 12l-4.097-6.127h4.097l2.03 3.082 2.03-3.082H24Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/libreofficecalc.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/libreofficecalc.svg
--- 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/libreofficecalc.svg  
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/libreofficecalc.svg  
    2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M9 
13H7v-1h2v1zm6-3h-2v1h2v-1zm-6 0H7v1h2v-1zm3 0h-2v1h2v-1zm3-10 7 7V0h-7zM9 
14H7v1h2v-1zm5 3h1v-3h-1v3zm2 0h1v-1h-1v1zm-4 0h1v-2h-1v2zm1-17 9 9v12c0 
1.662-1.338 3-3 3H5c-1.662 0-3-1.338-3-3V3c0-1.662 1.338-3 3-3h8zm5 
13h-7v5h7v-5zm-2-4H6v7h4.5v-1H10v-1h.5v-1H10v-1h2v.5h1V12h2v.5h1V9z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/linuxserver.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/linuxserver.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/linuxserver.svg  
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/linuxserver.svg  
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path 
d="M6.256.719c-5.944 2.988-8.144 11.402-4.44 16.91h.002a12.03 12.03 0 0 0 5.12 
4.503v-.002c8.72 4.335 19.309-4.302 
16.643-13.793-.212-.891-1.081-3.824-3.742-6.095-1.237-1.133-4.163-1.606-6.21-1.152a.453.453
 0 0 0-.148.064c-.667.435-1.482.596-2.264.739a.356.356 0 0 
0-.29.34c-.011.351.18.76.312 1.037.33.643.925 1.02 1.629 1.11 2.584.739 4.583 
3.083 4.814 5.827-1.967 1.248-4.603 
1.415-6.885-.476-.036-.03-.072-.059-.107-.09-.74-.598-1.884.314-1.389 1.21 1.93 
2.526 5.008 3.41 7.842 2.907-3.182.593-7.13 
1.05-10.184-.017-.705-1.455-1.771-2.733-3.08-3.649a7.493 7.493 0 0 1 
1-4.498c.604-.926-.796-1.836-1.404-.936-.769 1.12-1.249 2.415-1.47 
3.75l.061-.4C2.548 5.162 3.862 2.42 
6.256.72Zm10.668.719c.047.004.061.011.061.004.394.032.783.205.816.445.026.188-.17.371-.435.502a1.873
 1.873 0 0 
1-.547.168c-.473.066-.036-.247-.078-.553-.043-.306-.55-.488-.076-.554a1.17 1.17 
0 0 1 .26-.012zm-2.892.472c.478.032.477.497 0 .53-.478-.033-.478-
 .498 0-.53zm-3.958 4.477a.636.636 0 0 0-.636.633v2.139c.348-.171.782-.167 
1.187-.018.573.342 1.27.701 2.02.977a.636.636 0 0 0 .535-.63V7.02a.636.636 0 0 
0-.637-.633Zm-1.87 3.922a.636.636 0 0 0-.635.637v2.469a.635.635 0 0 0 
.634.635h2.47a.635.635 0 0 0 .636-.635v-.15a8.079 8.079 0 0 
1-2.406-2.112l-.022-.03-.017-.032a1.375 1.375 0 0 1-.17-.782Zm5.03 0c.69.2 
1.408.313 2.108.26a.636.636 0 0 0-.51-.26zm-1.491 3.19a.635.635 0 0 0 
.62.55h.8a8.354 8.354 0 0 1-1.42-.55Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/logitechg.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/logitechg.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/logitechg.svg    
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/logitechg.svg    
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M12.566 
0C10.91 0 9.352.314 7.89.941a12.143 12.143 0 0 0-3.86 2.569 11.972 11.972 0 0 
0-2.582 3.822c-.643 1.447-.957 3-.941 4.656 0 1.657.314 3.217.941 4.68.854 1.97 
2.677 4.771 6.442 6.367 1.463.643 3.021.965 4.677.965v-4.992c-.98 
0-1.897-.185-2.75-.555a7.088 7.088 0 0 1-3.738-3.74 6.958 6.958 0 0 1 0-5.451 
7.093 7.093 0 0 1 3.738-3.739 6.834 6.834 0 0 1 2.75-.554Zm.17 
9.842v4.943h5.813V20.6h4.945V9.842Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/metacritic.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/metacritic.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/metacritic.svg   
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/metacritic.svg   
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M11.99 
0A12 12 0 1 0 24 12v-.014A12 12 0 0 0 11.99 0Zm-.055 2.564a9.399 9.399 0 0 1 
9.407 9.389v.01a9.399 9.399 0 1 1-9.408-9.399Zm-1.61 17.198 
2.046-2.046-3.94-3.94c-.165-.166-.345-.373-.442-.608-.221-.47-.318-1.203.221-1.742.664-.664
 1.548-.387 2.406.47l3.788 3.788 2.046-2.046-3.954-3.954a2.48 2.48 0 0 
1-.456-.622c-.263-.539-.25-1.216.235-1.7.677-.678 1.562-.429 2.544.553l3.677 
3.677 2.046-2.046-3.982-3.982c-2.018-2.018-3.912-1.949-5.212-.65-.498.499-.802 
1.024-.954 1.618a4.026 4.026 0 0 0-.055 1.686l-.027.028c-.996-.414-2.13-.166-3 
.705-1.162 1.161-1.12 2.392-.982 3.11l-.042.043-1.009-.816-1.77 1.77a64.1 64.1 
0 0 1 2.213 2.1z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/nbc.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/nbc.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/nbc.svg  
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/nbc.svg  
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M9.231 
5.113c-.086 0-.17.005-.253.014-1.166.025-2.913 1.409-2.137 3.523l3.593 8.455 
1.262-8.893c.273-2.072-1.182-3.098-2.465-3.099zm5.552.001c-1.21.023-2.572.909-2.504
 2.777h.68s.364 0 .413.17c-.267.219-.996.243-.898 1.409l1.14 7.654 
3.569-8.48c.728-1.895-.802-3.475-2.161-3.524a2.485 2.485 0 0 0-.239-.006zM4.519 
8.261c-.594.004-1.204.225-1.732.672-.994.9-1.359 2.94.438 4.131l7.16 
4.908-3.471-7.947c-.455-1.17-1.404-1.77-2.395-1.764zm14.993.088c-.92-.037-1.924.42-2.497
 1.814l-3.374 7.848 7.16-4.932c1.651-1.166 
1.385-3.038.462-3.96-.372-.415-1.036-.742-1.751-.77zm2.046 
5.36c-.493-.015-1.018.123-1.534.465L13.3 18.863h8.278c1.699 0 2.793-1.75 
2.305-3.353-.317-.986-1.242-1.765-2.325-1.8zm-18.982.001a2.404 2.404 0 0 
0-1.347.346 2.479 2.479 0 0 0-.422.326l-.028.024a2.859 2.859 0 0 0-.662 
1.03h.001c-.166.593-.15 1.151.003 1.64a2.556 2.556 0 0 0 .604 1.02 2.624 2.624 
0 0 0 1.894.79h8.154L4.05 14.199a2.94 2.94 0 0 0-1.474-.48
 8Z"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M14.828 
4.606c-1.406.006-2.567 1.208-2.416 2.785h1.08s.503-.007.649.338c0 
0-1.594.612-1.467 1.609l.992 7.328 
3.473-8.432c.53-1.279-.062-3.166-1.698-3.556a2.55 2.55 0 0 
0-.613-.072zm-5.643.002a2.555 2.555 0 0 0-.627.072c-1.635.387-2.226 2.275-1.697 
3.556l3.473 8.432 1.242-9.158c.22-1.63-.956-2.888-2.39-2.903zM4.293 8.31a2.375 
2.375 0 0 0-1.559.659c-.803.773-1.427 2.879.371 4.156l6.954 
4.926-3.334-8.076c-.488-1.17-1.479-1.7-2.432-1.665zm15.271 
0c-.907.02-1.824.553-2.289 1.664l-3.332 8.077 6.953-4.926c1.8-1.275 
1.172-3.383.37-4.156a2.375 2.375 0 0 0-1.702-.659zm1.94 
5.788c-.452.007-.935.157-1.42.502l-6.77 4.794h8.026c1.873 0 3.065-1.582 
2.533-3.484-.26-.926-1.213-1.832-2.369-1.812zM2.496 
14.1c-1.155-.019-2.108.885-2.369 1.81-.532 1.902.66 3.484 2.533 
3.484h8.025L3.916 14.6c-.485-.344-.968-.493-1.42-.5z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/neteasecloudmusic.svg
 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/neteasecloudmusic.svg
--- 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/neteasecloudmusic.svg
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/neteasecloudmusic.svg
    2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M13.046 
9.388a3.919 3.919 0 0 0-.66.19c-.809.312-1.447.991-1.666 1.775a2.269 2.269 0 0 
0-.074.81 1.85 1.85 0 0 0 .764 1.35 1.483 1.483 0 0 0 
2.01-.286c.406-.531.355-1.183.24-1.636-.098-.387-.22-.816-.345-1.249a64.76 
64.76 0 0 1-.269-.954zm-.82 10.07c-3.984 0-7.224-3.24-7.224-7.223 
0-.98.226-3.02 1.884-4.822A7.188 7.188 0 0 1 9.502 5.6a.792.792 0 1 1 .587 
1.472 5.619 5.619 0 0 0-2.795 2.462 5.538 5.538 0 0 0-.707 2.7 5.645 5.645 0 0 
0 5.638 5.638c1.844 0 3.627-.953 4.542-2.428 
1.042-1.68.772-3.931-.627-5.238a3.299 3.299 0 0 0-1.437-.777c.172.589.334 
1.18.494 1.772.284 1.12.1 2.181-.519 2.989-.39.51-.956.888-1.592 1.064a3.038 
3.038 0 0 1-2.58-.44 3.45 3.45 0 0 
1-1.44-2.514c-.04-.467.002-.93.128-1.376.35-1.256 1.356-2.339 2.622-2.826a5.5 
5.5 0 0 1 .823-.246l-.134-.505c-.37-1.371.25-2.579 1.547-3.007a2.39 2.39 0 0 1 
1.025-.105c.792.09 1.476.592 1.709 1.023.258.507-.096 1.153-.706 1.153a.788.788 
0 0 1-.54-.213c-.088-.08
 -.163-.174-.259-.247a.825.825 0 0 0-.632-.166.807.807 0 0 
0-.634.551c-.056.191-.031.406.02.595.07.256.159.597.217.82 1.11.098 2.162.54 
2.97 1.296 1.974 1.844 2.35 4.886.892 7.233-1.197 1.93-3.509 3.177-5.889 
3.177zM0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0 0 5.373 0 
12Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/osf.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/osf.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/osf.svg  
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/osf.svg  
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M12.088 
0a2.984 2.984 0 0 0-2.986 2.984 2.984 2.984 0 0 0 .525 1.68 2.654 2.654 0 0 1 
2.482-1.734c1.121 0 2.083.706 2.467 1.695a2.984 2.984 0 0 0 .496-1.64A2.984 
2.984 0 0 0 12.088 0zM5.65 2.666A2.984 2.984 0 0 0 2.666 5.65 2.984 2.984 0 0 0 
5.65 8.635 2.984 2.984 0 0 0 8.635 5.65 2.984 2.984 0 0 0 5.65 2.666zm12.7 
0a2.984 2.984 0 0 0-2.985 2.984 2.984 2.984 0 0 0 2.985 2.985 2.984 2.984 0 0 0 
2.986-2.985 2.984 2.984 0 0 0-2.986-2.984zm-6.24.764a2.147 2.147 0 0 0-2.147 
2.146 2.147 2.147 0 0 0 2.146 2.147 2.147 2.147 0 0 0 2.147-2.147 2.147 2.147 0 
0 0-2.147-2.146zM9.112 6.04A3.497 3.497 0 0 1 6.128 9.1a2.147 2.147 0 0 0 
1.363.493A2.147 2.147 0 0 0 9.64 7.447a2.147 2.147 0 0 
0-.526-1.406zm5.782.047a2.147 2.147 0 0 0-.489 1.36 2.147 2.147 0 0 0 2.147 
2.146 2.147 2.147 0 0 0 1.355-.489 3.494 3.494 0 0 1-3.013-3.017zM2.985 
9.016A2.984 2.984 0 0 0 0 12a2.984 2.984 0 0 0 2.984 2.984 2.984 2.984 0 0 0 
1.659-.505A2.655 2.6
 55 0 0 1 2.922 12c0-1.131.719-2.102 1.723-2.479a2.984 2.984 0 0 
0-1.66-.505zm18.03 0a2.984 2.984 0 0 0-1.673.52 2.655 2.655 0 0 1 1.71 2.474c0 
1.12-.705 2.082-1.695 2.467a2.984 2.984 0 0 0 1.659.507A2.984 2.984 0 0 0 24 
12a2.984 2.984 0 0 0-2.984-2.984zm-15.447.838A2.147 2.147 0 0 0 3.422 12a2.147 
2.147 0 0 0 2.146 2.146A2.147 2.147 0 0 0 7.715 12a2.147 2.147 0 0 
0-2.147-2.146zm12.838.01a2.147 2.147 0 0 0-2.146 2.146 2.147 2.147 0 0 0 2.146 
2.146 2.147 2.147 0 0 0 2.147-2.146 2.147 2.147 0 0 0-2.147-2.147zM7.492 
14.376a2.147 2.147 0 0 0-1.398.518 3.496 3.496 0 0 1 3.015 3.037 2.147 2.147 0 
0 0 .53-1.409 2.147 2.147 0 0 0-2.147-2.146zm9.06 0a2.147 2.147 0 0 0-2.146 
2.146 2.147 2.147 0 0 0 .492 1.362 3.495 3.495 0 0 1 3.047-2.996 2.147 2.147 0 
0 0-1.392-.512zm-10.902.988a2.984 2.984 0 0 0-2.984 2.985 2.984 2.984 0 0 0 
2.984 2.986 2.984 2.984 0 0 0 2.985-2.986 2.984 2.984 0 0 0-2.985-2.985zm12.7 
0a2.984 2.984 0 0 0-2.985 2.985 2.984 2.984 0 0 0 2.985 2.986 2.984 2.984 0 0 0 
2.986-2.986
  2.984 2.984 0 0 0-2.986-2.985zm-6.35.908a2.147 2.147 0 0 0-2.146 2.147A2.147 
2.147 0 0 0 12 20.566a2.147 2.147 0 0 0 2.146-2.146A2.147 2.147 0 0 0 12 
16.273zm2.268 3.504A2.65 2.65 0 0 1 12 21.067a2.65 2.65 0 0 1-2.188-1.16 2.734 
2.635 0 0 0-.46 1.458A2.734 2.635 0 0 0 12.086 24a2.734 2.635 0 0 0 2.734-2.635 
2.734 2.635 0 0 0-.552-1.588z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/pipx.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/pipx.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/pipx.svg 
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/pipx.svg 
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M17.801 
0c-.005-.001-.011.004-.02.017a34.051 34.051 0 0 0-1.451 
2.245l.231-.662a.034.034 0 0 0-.058-.033l-.52.648a.104.104 0 0 
0-.042.004l.353-.727a.037.037 0 0 0-.061-.04l-1.073 
1.23c-.053.016-.076.014-.07-.007.313-.871.874-1.732 1.345-2.53a.05.05 0 0 0 
.008-.028c0-.01-.002-.02-.005-.027-.013-.027-.029-.029-.047-.005-.143.192-.422.71-.602.817a.031.031
 0 0 1-.047-.025c0-.005 0-.01.003-.013l.123-.281a.024.024 0 0 
0-.025-.034.025.025 0 0 0-.017.009c-.417.53-.75 1.137-1.099 
1.714-.225.373-.637.983-.902 1.515L11.13 8.52l-.934 1.756C9.44 9.075 8.838 7.75 
8.15 6.503c-.15-.273-.353-.59-.518-.89a.025.025 0 0 0-.024-.014H7.59a.016.016 0 
0 0-.015.021l.154.409a.057.057 0 0 1-.008.053l-.082.107a.077.077 0 0 
0-.013.07l.15.505c.022.073.014.077-.024.01-.295-.515-.566-1.099-.845-1.646-.008-.017-.018-.018-.03-.004-.009.011-.01.023-.003.037.211.43.38.816.504
 1.16.003.006 0 .01-.007.01h-.019a.012.012 0 0 1-.01-.007l-.387-.746a.037.03
 7 0 0 0-.07.015.207.207 0 0 0 
.07.174c.01.008.007.024-.005.027l-.024.008a.035.035 0 0 
1-.041-.015l-.261-.432a.044.044 0 0 0-.076.002.043.043 0 0 0-.003.032l.46 
1.592c.005.017-.001.025-.019.025-.019 0-.035-.015-.048-.042l-.47-1.017a.027.027 
0 0 
0-.051.017c.06.335.166.55.177.975.004.132.087.377.248.735.047.106.061.23.106.337a.009.009
 0 0 1-.016.008c-.302-.554-.496-1.088-.902-1.61a.034.034 0 0 
0-.06.031c.065.203.096.38.192.592.125.277.103.564.206.814.05.122.106.242.168.36a125.973
 125.973 0 0 0 2.19 4.587c.02.039.015.095.016.137l-.34.53-1.024 1.834-.86 
1.58-.339.614a.024.024 0 0 0 .035.032l.176-.118c.037-.026.05-.017.035.027a3.048 
3.048 0 0 
1-.295.659c-.018.029-.01.04.024.033l.173-.035c.003.155-.192.464-.257.64-.01.024.01.05.037.046a.036.036
 0 0 0 .024-.015l.482-.714c.121.169-.044.328-.094.486a.044.044 0 0 0 
.072.044l.322-.31c.026-.024.046-.02.058.014l.018.05a.045.045 0 0 0 
.082.01l.194-.31a.034.034 0 0 1 .06.028l-.306.876a.031.031 0 0 0 
.054.031l.906-1.054a4.227 4.227 0 0 1-.462.956.03
 7.037 0 0 0-.007.022.05.05 0 0 0 
.007.024c.013.022.027.023.043.001.246-.345.481-.698.707-1.057a.296.296 0 0 1 
.117-.087l.016.15c.005.053.021.057.048.012.176-.295.396-.556.57-.838.317-.517.675-1.007
 1.074-1.47.02-.024.037-.022.05.004l.11.202c.264.588.538 1.185.864 
1.768.405.722.911 1.815 1.38 2.683.188.347.377.693.568 1.04.33.6.617 1.26.936 
1.888.16.336.348.716.67.792.031.007.041-.004.03-.034l-.687-1.839c.275.221.502.47.682.747.02.032.042.05.065.051a.042.042
 0 0 0 .045-.048l-.173-1.104c-.01.027-.01.027 0 
0l.11-.156c.093.13.228.224.314.365.227.378.495.72.805 1.024a.05.05 0 0 0 
.082-.023.048.048 0 0 0 
0-.023c-.174-.731-.567-1.452-.783-2.215-.05-.177-.014-.198.11-.06.227.25.44.512.64.786.309.422.35.397.123-.073a13.823
 13.823 0 0 
0-.508-.924c-.643-1.281-1.338-2.527-1.997-3.8-.573-1.108-1.197-2.192-1.73-3.305a.184.184
 0 0 
1-.019-.065l-.006-.059c.116-.12.236-.283.358-.488.119-.199.381-.586.786-1.162.107-.152.313-.39.457-.63.098-.165.295-.439.589-.821
 1.077-1.402 2.239-2.795 3.184-4.227a.02
 2.022 0 1 0-.036-.026l-.427.52a.043.043 0 0 
1-.077-.024l-.008-.13c-.003-.052-.021-.058-.055-.019l-.497.582h-.033c.008-.035.002-.072.02-.105.328-.605.672-1.206
 1.032-1.8a.044.044 0 0 
0-.07-.054c-.093.099-.182.21-.269.335-.058.083-.106.1-.144.05l.573-1.097a.024.024
 0 0 0-.04-.025l-1.1 
1.567-.672.938c-.013.018-.029.02-.047.01-.019-.011-.022-.027-.01-.049.317-.538.52-.892.609-1.062.238-.349.454-.723.647-1.124.117-.244.33-.514.429-.813a.03.03
 0 0 
0-.05-.027l-.604.773.392-.78c.245-.457.513-.924.804-1.4.204-.333.358-.658.518-1 
.002-.004.001-.007-.001-.01a.226.226 0 0 
1-.015-.014c-.012-.013-.022-.012-.03.003a24.15 24.15 0 0 1-1.123 1.598.862.862 
0 0 0-.14.27c-.006.022-.017.024-.031.006a.078.078 0 0 
0-.014-.014c-.02-.016-.023-.036-.012-.059.16-.319.298-.647.415-.984a.306.306 0 
0 0 
.021-.072c-.01-.079-.043-.089-.097-.029l-.448.491c-.026.036-.029.021-.009-.044a.124.124
 0 0 1 .02-.04c.229-.335.416-.755.588-1.05.221-.376.436-.755.646-1.138a.078.078 
0 0 0 .01-.045C17.81.009 17.806 0 17.801 0Z"/><
 /svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/proteus.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/proteus.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/proteus.svg      
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/proteus.svg      
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M3.405 
4.799a1.205 1.205 0 0 1 2.41 0l-.002.01c.695.286 1.497.777 2.197 
1.256.404.277.818.586 1.235.907a5.453 5.453 0 0 
0-.426.268l-.067.048c-.34-.258-.68-.513-1.01-.739-.952-.653-1.619-1.006-2.08-1.194-.176.33-.495.557-.88.614.154.58.553
 1.366 1.15 2.29l.718 1.045c.145.2.307.409.464.615a38.752 38.752 0 0 0 1.348 
1.671c.116.137.237.274.357.412.153.176.305.352.465.53.299.331.605.665.924 1 
.295.308.598.608.9.906-.267-.005-.534-.01-.797-.02a42.315 42.315 0 0 1-.497-.51 
47.155 47.155 0 0 1-1.4-1.541 44.417 44.417 0 0 1-.29-.336 40.924 40.924 0 0 
1-1.203-1.463l-.001-.002a33.166 33.166 0 0 
1-.857-1.146l-.008-.01-.01-.014-.127-.19-.142-.21-.396-.589c-.633-.996-1.048-1.849-1.202-2.49a1.2
 1.2 0 0 1-.773-1.118zm15.292 
13.243c-.328-.815-.913-1.805-1.637-2.844-.199.03-.407.053-.611.079.776 1.102 
1.341 2.068 1.656 2.793-.47.151-.813.572-.832 
1.089-.633-.267-1.46-.762-2.418-1.468a32.095 32.095 0 0 1-2.303-1.903 54.784 
54.784 0 0
  1-.413.366c2.087 1.872 4.08 3.26 5.339 3.691.215.33.569.561.992.561.665 0 
1.205-.54 1.205-1.205 0-.585-.425-1.05-.978-1.16zm-6.182-2.492a10.543 10.543 0 
0 0-.228.006c-.101.004-.202.008-.302.008-.098 
0-.192-.006-.29-.006-.126.111-.249.21-.375.317a36.746 36.746 0 0 
1-.821.684h.001c-1.554 1.251-2.927 2.137-3.842 
2.526l.001-.005c0-.529-.346-.965-.821-1.127.27-.607.695-1.351 
1.29-2.206.099-.143.217-.294.323-.44-.208-.024-.423-.045-.624-.072-.721 
1.014-1.272 1.939-1.593 2.685-.556.106-.985.573-.985 1.16 0 .666.54 1.206 1.205 
1.206.397 0 .733-.205.952-.502 1.553-.494 4.027-2.36 
6.11-4.234zm-5.664-4.67a5.17 5.17 0 0 0-.056.758c0 .938.261 1.81.7 
2.567.061.007.118.016.18.024.738.083 1.501.14 
2.277.179-.106-.11-.213-.217-.319-.328a45.052 45.052 0 0 
1-2.782-3.2zm8.17-3.374c.268.2.518.424.743.672.187.206.356.428.508.663.186.287.333.599.46.92a36.376
 36.376 0 0 1-2 2.448c-.12.135-.24.273-.361.405a30.224 30.224 0 0 1-.762.8 
40.085 40.085 0 0 1-.857.838l-.202.193c-.19.003-.376.017-.565.017-.173 0-.
 34-.012-.51-.014l-.191-.188c-.3-.296-.602-.594-.895-.902a45.099 45.099 0 0 
1-.726-.783 43.538 43.538 0 0 1-.366-.408A41.143 41.143 0 0 1 7.209 9.63a5.15 
5.15 0 0 1 .376-.733 5.161 5.161 0 0 1 .51-.678c.258-.291.552-.55.87-.776a5.145 
5.145 0 0 1 .492-.31 5.128 5.128 0 0 1 5.084.053 5.166 5.166 0 0 1 .48.32m-.92 
6.892a33.75 33.75 0 0 0 
2.13-.194c.064-.008.122-.02.185-.028.427-.75.683-1.612.683-2.538 
0-.196-.021-.387-.043-.578a35.954 35.954 0 0 1-2.704 3.09l-.251.248zm-1.445 
1.149c.358.322.712.633 1.052.918a5.165 5.165 0 0 0 
1.764-1.077c-.928.091-1.871.14-2.816.159zm-1.2 
1.196c.163.016.323.048.49.048.164 0 
.319-.032.478-.047-.156-.135-.315-.285-.473-.426-.153.133-.318.275-.495.425zm-3.013-1.335a5.165
 5.165 0 0 0 1.763 1.064c.352-.28.715-.58 1.09-.904v-.01l.007-.01a41.232 41.232 
0 0 1-2.86-.14zm6.727-8.102.057.042c1.257-.972 2.359-1.663 
3.144-1.95.173.34.498.572.888.631-.148.457-.48 1.169-1.163 
2.237l-.637.93c-.196.279-.409.562-.621.844-.437.581-.906 1.163-1.391 
1.733l-.18.207c-.48.555-
 .974 1.1-1.48 1.61a40.4 40.4 0 0 1-.863.843c.27-.007.541-.01.81-.024a36.253 
36.253 0 0 0 .44-.435c.46-.465.91-.959 1.352-1.46a37.509 37.509 0 0 0 
.247-.287c.427-.496.841-.998 1.233-1.506l.002-.002c.365-.473.718-.946 
1.04-1.412l.63-.932c.5-.795.99-1.688 1.19-2.398a1.2 1.2 0 0 0 .771-1.118 1.205 
1.205 0 0 0-2.408-.01c-.9.342-2.113 1.107-3.481 
2.177.137.083.274.171.42.28zm.941.915c.128.157.259.31.371.484l.122.188c.233.032.454.075.683.111l.38-.555a34.513
 34.513 0 0 
0-1.556-.228zm-8.372.056c-.453.064-.893.147-1.334.228l.371.54c.16-.027.314-.062.476-.088l.122-.193c.108-.172.238-.328.365-.487zM23.98
 
11.4c-.252-1.298-2.532-2.114-4.4-2.57-.25-.062-.53-.11-.796-.165l-.362.537c.435.087.864.178
 1.264.283 2.215.579 3.564 1.319 3.702 
2.03.039.201-.031.407-.214.629-.547.662-1.995 1.313-3.974 
1.788-.876.21-1.836.378-2.84.505-.032.006-.064.01-.097.015a34.067 34.067 0 0 
1-2.108.194c-.227.013-.459.01-.687.02-.272.012-.191.02-.464.025h-.353c-.226.025-.523.02-.746.02-1.522
 0-2.91-.082-4.256-.234-3.227-.
 364-5.76-1.123-6.695-2.088-.24-.247-.358-.496-.35-.741.012-.372.771-1.216 
3.544-2.018.48-.138.984-.263 1.503-.375l-.353-.524c-.448.1-.899.2-1.317.32C2.51 
9.477.04 10.377 0 11.63c-.012.414.162.81.52 1.18 1.094 1.129 3.98 1.978 7.647 
2.33 1.2.114 2.526.174 3.859.174.014 0-.014 0 0 0 
.26-.001.514-.015.772-.02a35.615 35.615 0 0 0 
2.95-.178c.185-.02.359-.047.54-.069l.42-.054c3.334-.458 6.022-1.365 
6.93-2.465.3-.364.414-.743.34-1.127z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/qase.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/qase.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/qase.svg 
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/qase.svg 
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M23.85 
18.994s-.802.46-1.795.28c-.19-.03-.37-.1-.551-.19a11.768 11.768 0 0 0 
2.367-7.088C23.87 5.428 18.525.1 11.935.1S0 5.428 0 11.996c0 6.568 5.346 11.897 
11.935 11.897 2.087 0 4.042-.54 5.747-1.47.562.59 1.344 1.21 2.297 1.4 1.796.34 
3.1-.48 3.631-1.58.451-.96.482-2.1.24-3.249m-11.925-.13c-3.79 
0-6.88-3.079-6.88-6.858 0-3.779 3.09-6.858 6.88-6.858 3.792 0 6.89 3.07 6.89 
6.848 0 1.16-.29 2.26-.812 
3.22-.15-.19-.28-.37-.37-.49-.352-.48-.713-.97-1.064-1.47-.461-.65-1.524-1.95-2.989-2.23-1.795-.34-3.099.48-3.63
 1.58-.452.96-.482 2.1-.251 3.239 0 0 .802-.46 1.795-.28.722.13 1.404.68 2.277 
1.76.07.09.371.49.772 1.01-.802.34-1.685.53-2.618.53"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/redbull.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/redbull.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/redbull.svg      
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/redbull.svg      
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M22.381 
11.374c-.389 1.244-1.019 2.33-2.142 
3.082l-.33.251-.264.236-.091.107-.025.041-.011.028-.004.016v.013l.001.009.002.007.002.006.005.007.002.002.01.008.012.007.011.004a.16.16
 0 0 0 
.046.006h.024c.178-.007.512-.141.629-.245l-.139.137-.164.149-.173.146-.18.141-.185.136-.197.134-.204.13-.206.123-.213.118-.223.115-.226.108-.225.1-.236.097-.045.018c-1.97.763-4.327.854-5.914-.44.353.344.787.728
 1.199.98-.251-.043-.429-.237-.666-.311.004.008.575.751 
2.282.946l.316.032.48.031.464.014.448-.009.44-.039.464-.084.401-.107.599-.181.294-.081.128-.033c.104-.026.214-.052.333-.077l.041-.009c.073.031-.524.339-1.344.57-.361.132-.739.2-1.119.227l-.269.012-.216.001-.218-.005-.264-.015-.315-.027-.31-.034-.056-.007c-.401-.049-.781-.107-1.122-.143h-.006.006c.03.015.209.096
 1.067.402-.061.022-.346.061-1.536-.448 2.417 1.392 4.988.759 
7.266-.585l.352-.215.053-.034.294-.191.151-.103c.178-.121.353-.246.526-.374 0 
.009-.004.021-.004.031a.
 963.963 0 0 0 .075.01c-.014.041-.014.041-.214.279.435-.351.659-.896 
1.12-1.225-.236.473-.538.813-1.1 
1.361.033-.024.064-.051.095-.078l.028-.026-.028.026a7.88 7.88 0 0 1-3.682 
1.965c.126-.014.251-.039.373-.073-.22.061-.227.068-.32.099.058-.007.058-.007.358-.068-.175.086-.377.127-.865.226
 2.806-.444 5.721-2.571 5.956-5.449a.142.142 0 0 
1-.152-.143c.009-.562-.147-.982-.42-1.302-.163.58-.413 1.136-1.027 
2.072-.26.393-.72.41-1.005.771l-.021-.013-.032-.028-.005-.003-.004-.002-.001-.001h-.003l-.007.001h-.003l-.001.001a.193.193
 0 0 
0-.058.051l.062-.07.067-.092.016-.031.005-.014.002-.01v-.01l-.001-.009-.001-.003-.002-.004-.001-.003-.003-.003a.027.027
 0 0 
0-.005-.006l-.009-.006-.04-.019-.006-.004-.004-.004-.002-.003-.002-.002-.001-.003-.001-.003v-.006l.001-.007.004-.011.023-.034.014-.016c.622-.687
 1.192-1.306 
1.438-2.228l.006-.021-.027.032c-.087.103-.147.147-.24.265l.11-.39.035-.127.065-.26.052-.225a.859.859
 0 0 0-.118-.055Zm-2.257 6.199a9.006 9.006 0 0 
1-1.105.547c-.38.155-.768.279-1.152.354
 a10.026 10.026 0 0 0 
2.257-.901Zm-6.505.203.051.02-.001-.012-.05-.008Zm3.644-2.807c-.372-.201-.515-.63-.744-.945-.6-.62-.701-1.681-.858-2.549-.158-.843-.878-1.467-1.378-2.119-.443-.361-1.599-1.457-2.145-1.632-.72-.299-1.348.267-1.947.544-.487.201-1.002.258-1.432.63-.674.865-1.079.173-1.861.858-1.165
 1.22-1.606.146-3.207 
1.575-.429.257-.831.515-1.348.487-.823-.039-1.103-1.145-.459-1.633.449-.502 
1.552-1.019 1.004-1.831-.57-.508-1.24-.292-1.918-.858-.313.49.087 1.155.601 
1.318.211.131.701-.078.802.227-.217.434-.81.669-1.088 1.089-.693.8-.009 
2.112.973 2.173.363.117.825-.179 1.06-.057.028.286 0 
.544.057.802.027.282.348.584.172.858-.285.245-.654.37-1.03.347-.195.225-.228.48-.344.744-.142.258-.428.372-.629.487-.133.201-.265.424-.545.458-.171.201-.2.458-.257.716.716.19.87.094
 1.26-.515.143-.143.344-.029.486 0 .407-.049.711-.321 1.003-.573 1.042-.272 
1.032.41 2.233-.372.201-.086.287-.315.373-.487.1-.192.378-.562.028-.658-.899 
1.819-2.464.338-3.665 1.715-.184.051-.041-.235 0-.287.862-1.256 
 2.823-.15 3.493-1.776.117-.25.051-1.247.343-1.232.029 0 .115.029.115.086-.278 
1.214-.094 1.591 1.202 1.378.444-.128 1.716.325 1.69-.286 0-.114-.115-.171 
0-.257.028-.029.114 0 .143.028.081.49.511.85.919 1.06.823.56.49 1.291-.459 
1.26-.315-.172-.4-.487-.63-.745-.267-.234-.633-.122-.944-.057-.155.233.212.511.286.745.143.086.344-.058.458.114.115.171.172.344.344.458.496.476
 1.532-.36 
2.061-.401.463.051.674-.371.831-.716.261-.477-.434-.948-.487-1.374-.158-.044-.368-.167-.487
 0 .088.213.579.993.544 
1.231-.064.173-.21.572-.429.544.058-.2.144-.428.144-.658-.105-.245-.565-.953-.602-1.203.092-.242.562-.102.744-.344.201-.315.258-.629.316-1.03a.127.127
 0 0 1 .086-.087c.279.18-.005 1.042-.172 1.232-.016.297.568.098.687 0 
.221.046.67-.175.773-.029a1.545 1.545 0 0 
0-.286.573c-.172.2-.458.344-.458.63.031.18.273-.11.286.114-.249.317-.218.394-.143.745.261.368.761.065
 1.088-.028.552-.217 1.172.126 
1.604-.459.116.01.222.074.286.172.319.335.769.513 
1.231.487.188-.13-.222-.233-.286-.287-.201-.114-.459-.28
 6-.516-.515-.075-.32-.306-.613-.458-.916.669.01.739 1.406 1.716 
1.203.048-.033.043-.069.029-.115l-.259-.057Zm-16.866.687h.001-.001c-.339.139-.159.558-.371.773
 0 .028-.058.086 0 
.115.142.028.257.086.429.114.076-.256.15-.541.2-.773-.058-.086-.143-.2-.258-.229Zm17.317-.39c-.085.109-.274.115-.356.19a.115.115
 0 0 0-.023.082.24.24 0 0 
1-.073.242c-.087.094-.25.136-.397.126-.734.008-1.092-.351-1.392-.523-.41.265-.665.37-1.201.287-.315-.025-.596.134-.902.212.434.372
 2.193.844 1.545.524-1.072-.607-.295-.203.645.019a6.905 6.905 0 0 0 1.625.2 
8.043 8.043 0 0 0 2.427-1.279.342.342 0 0 1-.118-.021.192.192 0 0 
1-.095-.081c-.031-.052-.048-.136.023-.251.074-.119.286-.327.734-.651a.014.014 0 
0 1 .004-.003c1.097-.736 1.71-1.8 2.088-3.015a4.09 4.09 0 0 0-.798-.2c-.405 
1.006-.503 1.716-1.458 
2.285-1.108.725-.414.539-.403.534.086-.035.168-.079.245-.132-.429.689-1.174 
1.129-2.063 1.327a.206.206 0 0 
1-.057.128Zm-16.687.39c.2-.115.315-.315.401-.487-.062-.096-.136-.223-.286-.172-.137.106-.28.201-.429.287-.07
 2.194.107.439.315.372h-.001Zm8.648-.63c.114.143.114.343.258.458a.617.617 0 0 0 
.486-.143c.086-.057-.028-.143-.057-.229-.086-.115-.028-.344-.229-.344-.217.051-.455-.012-.659.057
 0 .087.172.087.201.201Zm5.125-.344a1.694 1.694 0 0 
1-.4.057h-.029c-.169-.156.184-.468.372-.458h.086c.105.044.078.32-.029.401Zm7.828-3.179c-.038.169-.078.328-.12.489a.142.142
 0 0 1 .133.177c-.243.936-.807 1.571-1.433 
2.262l.003.005c.1-.07.207-.127.313-.184.163-.088.326-.176.442-.351.632-.962.872-1.515
 1.032-2.115-.11-.106-.233-.2-.37-.283Zm-.948-2.516.117.073c1.725 1.116 2.457 
3.197 1.833 
4.905l.006-.005c.29-.834.408-1.718.349-2.599-.306-2.281-1.087-4.283-3.87-5.019 
1.721.416 1.85.631 2.075.779-1.337-1.235-3.49-1.664-5.667-1.295 1.253-.404 
3.303-.361 4.61.417l.031.019c-3.108-1.906-6.839-1.075-9.134 
1.114.429.083.806.366 
1.157.637l.109-.059.127-.064.131-.062.27-.119.281-.11.295-.105.306-.096.285-.079.323-.079.299-.064.273-.05.17-.027.17-.025.138-.018.172-.019c1.705-.182
 3.539.045 4.907.946l.013.008a4.445 4.445 
 0 0 1 1.518 
1.685c-.033.021-.065.016-.094-.001l-.038-.029-.108-.115-.02-.015c-.014-.005-.046-.036-.061-.043l-.209-.189-.248-.186-.266-.162-.044-.024c-.773-.418-1.714-.603-2.55-.779l-.051-.01.415.146.459.135.494.143.299.099.242.094.16.071.143.072.085.046.098.058Zm-1.112
 
4.436c.186-.409.62-.629.762-1.123-.021.073.134.103.195.103.245-.042.251-.379.33-.449-.061.766-.578
 1.393-1.144 1.912a.255.255 0 0 
0-.244-.011c-.024-.144.286-.344.101-.432Zm-5.023-.402c-.032.056-.081.202-.143.201-.062-.001-.089.009-.086-.057-.005-.193-.036-.429-.201-.544-.374-.582-.468.147-.601.057-.08-.162.046-.345.115-.487.032-.038.044-.083.086-.114.061-.353.383-.152.458.057.197.245.429.521.401.802-.029-.029-.029.028-.029.085Zm-.549-3.278c-.217-.28-.442-.582-.683-.803
 1.207-.431 3.157-.54 4.121-.577.228-.007.352-.022.403-.037a.18.18 0 0 0 
.087-.052.143.143 0 0 0 .037-.115.15.15 0 0 0-.066-.11.573.573 0 0 0-.18-.059 
8.12 8.12 0 0 0-1.056-.106h-.002c-.657 
0-1.409.067-2.124.192.255-.086.515-.156.779-.209a.142.142 0 0 0 
 .114-.146.143.143 0 0 
0-.128-.134c-.122-.013-.895.075-1.605.241-.485.113-.938.266-1.149.438a.08.08 0 
0 0-.013.013c-.071-.06-.143-.119-.213-.176 1.546-.816 4.032-1.269 6.157-.782 
1.178.269 2.246.83 2.973 1.785-.868-.665-2.087-.901-3.134-1.122a.142.142 0 0 
0-.082.27c.762.303 1.566.393 2.28.798 1.572.902 2.381 2.603 2.161 
4.159.016-.994-.449-1.573-1.164-1.938-2.191-.92-4.263.309-6 
.558v-.014l-.003-.005c-.1-.215.937-.435 
1.075-.518.082-.085.222-.056.315-.132.092-.091.23-.111.353-.135.323-.165.679-.219
 1.039-.226.127.019.245-.052.372-.043a.347.347 0 0 1 
.188-.03c.385-.029.779-.065 
1.111-.299.035-.021.153-.086.053-.099-.629-.17-.932.26-1.506-.256.009-.022-.181-.103-.208-.103-.304.061-.589.197-.905.202-.144.032-.201-.04-.345-.04-.193.045-.46.169-.657.184-.092-.017-.542.218-.551.056a.017.017
 0 0 1-.01 0c-.048-.182 2.822-1.254 
1.641-.532.065.056.447-.105.807-.132.404-.086.941.211 
1.118-.185-.007-.065-.162-.046-.2-.019-.077.042-.16.014-.241.032-.135.016-.66-.079-.779-.071-.095-.081.528-.064.5
 
83-.073.205-.031.452-.077.657-.115.091-.011.183-.013.274-.006.186.044.684-.024.153-.153-.14-.027-.581-.041-.652-.019-.108.014-.576.153-.825.095-.225-.068.7-.106.59-.168-1.148-.145-2.457-.109-4.724
 
1-.072-.089-.15-.183-.236-.284Zm-2.543.902c-.029.029-.058.029-.115.029-.077-.29-.104-.592-.258-.831-.08-.079-.184-.181-.115-.315a.138.138
 0 0 1 .173-.029c.262.196.306.469.315.802.057.057.028.229 0 
.344Zm9.227-1.658.012.007-.012-.007Zm-7.497-.15.213-.075.252-.076.266-.068.313-.068.36-.067.313-.049.37-.049.442-.05.467-.042.53-.036.414-.023.446-.018.194-.018.035-.008.013-.005.005-.003v-.001l.003-.002v-.001l.001-.004c0-.002-.001-.004-.004-.007l-.004-.003-.006-.003c-.113-.058-.879-.133-1.149-.136-1.19
 0-2.697.224-3.712.611l.238.201Zm2.074-1.11.027.001a6.503 6.503 0 0 
0-.867.238l-.496.169-.452.166-.341.132-.285.117-.209-.174c.434-.355 1.968-.598 
2.491-.642l.132-.007Zm3.546.188c.08.059.363.23.812.232a.143.143 0 0 0 
.131-.086.143.143 0 0 
0-.028-.154c-.09-.093-.249-.173-.434-.235-.245-.082-.537-.13
 9-.734-.184a.14.14 0 0 0-.102.016.143.143 0 0 0-.068.083.14.14 0 0 0 
.008.111c.01.021.039.059.094.09.075.041.234.099.321.127Zm-.287-.278c-.003-.004-.002-.008.003-.011.302.069.834.165
 1.057.344l.04.035a1.47 1.47 0 0 
1-.438-.066l-.099-.035-.092-.042-.065-.037a.216.216 0 0 
1-.05-.036h.001l-.277-.103-.043-.021a.106.106 0 0 
1-.037-.028Zm.305.284.002.001a.203.203 0 0 0-.002-.001Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/riotgames.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/riotgames.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/riotgames.svg    
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/riotgames.svg    
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="m12.534 
21.77-1.09-2.81 10.52.54-.451 4.5zM15.06 0 .307 6.969 2.59 
17.471H5.6l-.52-7.512.461-.144 1.81 7.656h3.126l-.116-9.15.462-.144 1.582 
9.294h3.31l.78-11.053.462-.144.82 11.197h4.376l1.54-15.37Z"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path 
d="M13.458.86 0 7.093l3.353 12.761 2.552-.313-.701-8.024.838-.373 1.447 8.202 
4.361-.535-.775-8.857.83-.37 1.591 9.025 4.412-.542-.849-9.708.84-.374 1.74 
9.87L24 17.318V3.5Zm.316 19.356.222 1.256L24 23.14v-4.18l-10.22 1.256Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/runrundotit.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/runrundotit.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/runrundotit.svg  
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/runrundotit.svg  
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M11.933 
10.995c.289-1.241.554-2.402.715-3.377.293-1.762.364-2.985.28-4.197h.134c2.995 0 
4.642 1.256 4.642 3.364 0 2.769-2.795 4.174-5.771 4.21Zm10.006 
7.318c-.544.701-1.352 1.4-2.306 1.4-1.844 0-3.433-2.808-3.71-6.624 3.514-.662 
6.575-3.086 6.575-6.823C22.498 3.18 19.313 0 13.55 0 6.478 0 .471 3.84.471 
8.648c0 1.696.886 3.249 2.396 3.249.874 0 1.775-.345 
2.36-1.167-.4-.767-.622-1.376-.575-2.277.086-1.613 1.982-3.354 3.734-4.198.029 
2.846-.402 5.014-1.105 8.305-.755 3.537-1.747 6.57-1.747 9.087 0 1.073.502 
2.353 1.773 2.353 1.351 0 2.533-.789 
3.302-1.663-.199-1.552-.226-3.313.25-6.255a55.23 55.23 0 0 1 .636-3.187c.43 
4.649 2.332 11.045 6.867 11.045 2.742 0 5.167-1.693 5.167-3.918 
0-1.012-.636-1.83-1.59-1.709"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/semanticui.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/semanticui.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/semanticui.svg   
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/semanticui.svg   
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M0 
0v24h24V0Zm12.086 3.648a7.762 7.762 0 0 1 5.51 2.141l-1.818 
2.232c-.488-.302-2.51-1.465-4.122-1.136-1.223.25-1.35 1.088-1.356 
1.162-.031.373.364.963.718 1.148 1.656.858 3.761 1.561 4.617 2.024 2.452 1.325 
2.638 3.322 2.295 4.873-.902 4.092-6.821 4.835-10.516 2.638a7.119 7.119 0 0 
1-1.424-1.097l2.037-2.442c.319.189.45.408 1.485.955 2.47 1.308 4.132.398 
4.29.292.528-.356.547-.957.538-1.155-.03-.627-.502-.97-1.115-1.236-1.01-.438-2.7-1.108-3.87-1.647-1.687-.777-2.757-2.046-2.76-3.982-.003-3.209
 2.827-4.261 3.91-4.547a6.916 6.916 0 0 1 1.58-.223Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/showwcase.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/showwcase.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/showwcase.svg    
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/showwcase.svg    
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M8.554 
2.938c.56-.103 1.126-.177 
1.695-.22.128-.01.218-.031.273-.121.094-.153.26-.211.492-.228.624-.047 
1.243-.05 
1.869-.007.301.02.503.097.618.295.046.078.124.107.242.116.245.017.49.043.733.076.316.042.629.096.957.15a2.057
 2.057 0 0 
0-.244-.512c-.379-.605-.986-1.018-1.89-1.185-.679-.126-1.366-.114-2.054-.075-.43.025-.842.11-1.226.259-.8.307-1.193.831-1.466
 1.452Zm-8.079.553c.272.103.527.245.757.423.503.385.849.843 1.17 
1.313.356.522.637 1.067.901 
1.62.053-.033.057-.07.068-.108.135-.437.293-.869.496-1.292.36-.75.841-1.444 
1.718-1.953.088-.051.08-.087.015-.147a5.395 5.395 0 0 0-.927-.706 1.786 1.786 0 
0 
0-.955-.24c-.793.013-1.515.2-2.199.475-.394.158-.76.343-1.044.615Zm7.245-.165c-1.072.24-1.899.706-2.473
 1.406-.458.557-.708 1.173-.936 1.793a15.233 15.233 0 0 0-.55 1.969 52.617 
52.617 0 0 0-.589 3.215c-.122.783-.235 1.568-.34 2.354-.15 1.115-.285 2.23-.295 
3.352-.01.985.021 1.966.44 2.916.274.623.746 1.135 1.54 1.47
 7.823.353 1.724.544 2.647.688 1.366.213 2.755.283 4.148.3 1.498.016 2.994-.01 
4.48-.167 1.09-.115 2.157-.29 3.168-.62.92-.3 1.59-.768 
1.955-1.463.362-.69.486-1.408.528-2.136.095-1.644-.124-3.277-.354-4.91a83.408 
83.408 0 0 
0-.573-3.588c-.135-.73-.28-1.459-.468-2.182-.22-.84-.48-1.672-.931-2.466-.55-.967-1.473-1.65-2.876-1.944-3.4-.71-7.039-.326-8.521.006Zm14.169
 9.746c0 
.095.005.19.038.283l.111.766c-.016.048-.008.094.024.156.026-.064.083-.1.065-.155l.336-1.198c.023-.045.045-.089.033-.137.065-.11.08-.228.12-.342.244-.69.41-1.392.566-2.095.173-.773.321-1.55.512-2.32a9.878
 9.878 0 0 0 
.296-2.862c-.017-.356-.04-.714-.172-1.083-.11.062-.206.108-.29.165-.386.26-.66.582-.906.915-.699.95-1.153
 1.967-1.577 2.993-.021.052-.009.102.003.154.22.93.38 1.867.53 
2.804.105.652.207 1.304.31 1.956zM.067 
4.334c-.07.204-.066.412-.067.62-.002.941.139 1.874.308 2.807.147.81.352 
1.613.551 2.417.191.78.391 1.558.6 2.335.2.739.272 1.487.348 
2.236.005.054-.007.113.045.168.01-.016.023-.027.025-.039.136-1.097.2
 92-2.191.469-3.282.172-1.064.337-2.129.58-3.186.032-.138.07-.272 
0-.417-.141-.284-.247-.576-.382-.861-.357-.754-.737-1.502-1.306-2.189-.23-.278-.47-.555-.84-.754-.083-.052-.174-.145-.274-.112-.084.027-.053.141-.07.217-.002.013.008.027.013.04zm22.248-1.497a7.182
 7.182 0 0 0-2.429-.4 1.25 1.25 0 0 
0-.673.197c-.343.22-.58.494-.784.787-.042.06.003.084.056.116.233.139.45.303.646.49.676.643
 1.022 1.392 1.307 
2.16.087.234.164.47.256.734.28-.574.55-1.12.903-1.64.43-.632.893-1.249 
1.699-1.682.063-.033.13-.056.195-.085.084-.022.033-.044 
0-.066-.016-.048-.06-.082-.111-.112a.425.425 0 0 0-.19-.131 2.437 2.437 0 0 
0-.596-.28c-.09-.035-.171-.083-.28-.088z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/simplelogin.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/simplelogin.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/simplelogin.svg  
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/simplelogin.svg  
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M23.451 
3.672c.106.105.199.222.277.348.178.293.272.628.272.97v9.604c0 
.342-.095.679-.274.971a1.899 1.899 0 0 
1-.383.444c-.335.286-.76.443-1.201.443H11.727a9.773 9.773 0 0 1-5.2 
4.365l-.136.049-.135-.052a9.741 9.741 0 0 1-4.499-3.526A9.702 9.702 0 0 1 0 
11.701a9.794 9.794 0 0 1 
.227-2.1l.052-.237.236-.058c.055-.013.109-.028.162-.042a11.979 11.979 0 0 0 
5.568-3.262l.04-.043.232-.239v-.73c0-.343.095-.68.274-.972.078-.126.171-.242.278-.346a1.835
 1.835 0 0 1 1.193-.537h13.994a1.84 1.84 0 0 1 1.195.537Zm-15.075.346c-.033 
0-.066.001-.098.004h-.142l.023.021 6.815 6.029a.435.435 0 0 0 .576 
0l6.815-6.029.023-.021h-.146a1.042 1.042 0 0 
0-.098-.004H8.376Zm-.898.605a.945.945 0 0 0-.072.367v1.586a11.997 11.997 0 0 0 
4.938 2.681l.114.029.057.015.237.058.051.239a8.49 8.49 0 0 1 
.1.565l.417-.369-5.842-5.171ZM2.329 16.719a9.049 9.049 0 0 0 4.074 3.312 8.997 
8.997 0 0 0 5.68-10.036 12.736 12.736 0 0 1-5.555-3.169 12.751 12.751 0 0 1-
 5.583 3.177 9.044 9.044 0 0 0-.161 1.698 9.038 9.038 0 0 0 1.545 
5.018Zm10.684-5.098a9.709 9.709 0 0 1-.837 
3.944h10.212l-.028-.025-5.826-5.153-.985.87a.43.43 0 0 1-.575 
0l-.985-.87-.984.87c.005.122.008.242.008.364Zm10.029 3.339a.94.94 0 0 0 
.072-.366l.001-9.603a.967.967 0 0 0-.071-.364l-5.84 5.168 5.838 5.165ZM6.609 
8.206a10.24 10.24 0 0 0 4.379 2.464c.074.404.113.813.118 1.223v.082a7.233 7.233 
0 0 1-1.705 4.655l-.007.008a7.234 7.234 0 0 1-2.97 2.095 7.259 7.259 0 0 
1-4.515-6.692c0-.458.043-.915.129-1.365a10.252 10.252 0 0 0 
4.486-2.551l.084.081h.001Zm-3.177 5.053 2.752 
2.752h.001l3.831-3.831-.847-.846-2.983 2.984-1.908-1.907-.846.848Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/slides.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/slides.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/slides.svg       
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/slides.svg       
2020-02-02 01:00:00.000000000 +0100
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M0 
0v24h24V0H0zm14.176 15.794c-.644.584-1.41.87-2.31.87-.9 
0-1.664-.137-2.324-.406-.646-.27-.976-.525-.976-.78l-.076.095c0-.13.08-.324.244-.585.163-.26.31-.39.44-.39.014
 0 .12.06.314.184.195.125.472.247.837.372.364.123.804.185 1.317.185.525 0 
.945-.147 
1.275-.44.33-.292.495-.69.495-1.19s-.15-.89-.436-1.17c-.285-.28-.87-.544-1.74-.79-.87-.25-1.5-.564-1.89-.946-.39-.386-.586-.968-.586-1.748s.3-1.435.9-1.962c.6-.54
 1.38-.795 2.34-.795.675 0 1.26.074 1.785.254.524.165.78.36.78.555 0 
.164-.075.39-.226.644-.15.27-.285.39-.39.39-.017 
0-.09-.045-.257-.12-.435-.24-.93-.36-1.484-.36s-.976.105-1.29.33c-.3.225-.45.525-.45.885s.12.644.344.854.615.39
 1.17.57c1.23.375 2.055.78 2.49 1.23.436.45.66 1.126.66 2.025.002.9-.312 
1.65-.958 2.234z"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path 
d="M4.695.395 4.578.97l5.7.552zm-2.443.851-.04.406H6.44ZM0 
2.152V21.85h19.697V2.152Zm20.197.836V20.24l1.66-17.092zm2.084.965-1.65 
17.002L24 4.301ZM9.928 7.361c.595 0 1.127.075 1.593.227.467.152.7.321.7.508 0 
.151-.068.347-.201.586-.135.239-.255.359-.36.359-.012 
0-.086-.035-.226-.105a2.82 2.82 0 0 0-1.34-.315c-.496 
0-.88.103-1.155.307a.95.95 0 0 0-.412.797c0 .326.103.583.307.77.204.186.55.355 
1.041.507 1.097.339 1.841.709 2.232 1.111.391.403.586 1.01.586 1.82 0 .812-.289 
1.481-.867 2.006-.578.526-1.269.788-2.074.788-.805 
0-1.499-.12-2.082-.36-.584-.239-.875-.47-.875-.691 
0-.117.073-.292.219-.526.145-.233.275-.35.392-.35.012 0 
.106.056.281.167.176.11.426.223.752.334.327.11.72.166 1.182.166.461 0 .841-.132 
1.139-.395.297-.262.445-.619.445-1.068 
0-.45-.13-.8-.393-1.05-.262-.252-.786-.488-1.568-.71-.782-.221-1.347-.503-1.697-.848-.35-.344-.526-.866-.526-1.566
 0-.7.268-1.287.805-1.76.537-.472 1.238-.709 2.102-.709Zm5.86 14.
 989 4.165.404.04-.404zm1.126.613 3.18.642.066-.328z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/srgssr.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/srgssr.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/srgssr.svg       
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/srgssr.svg       
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M0 
7.861v8.278h24V7.86Zm2.979 2.135c.494 0 .883.032 
1.06.057.08.012.122.047.11.138l-.073.457c-.024.135-.068.153-.226.141a11.818 
11.818 0 0 0-.914-.043c-.281 0-.575.062-.575.379 0 
.226.14.323.446.402l.45.116c.806.207 1.038.604 1.038 1.134 0 .903-.706 
1.221-1.676 1.221-.433 
0-.878-.032-1.055-.057-.079-.012-.123-.047-.11-.138l.073-.471c.025-.134.067-.153.225-.14.152.012.597.048.853.048.561
 0 .793-.06.793-.402 
0-.232-.157-.34-.529-.438l-.451-.117c-.592-.152-.934-.524-.934-1.152 
0-.695.489-1.135 1.495-1.135zm7.275 0c.628 0 
.903.037.945.043.128.012.151.068.133.19l-.072.439c-.025.134-.068.15-.227.139a12.05
 12.05 0 0 0-.719-.03c-.768 0-1.123.239-1.123 1.172 0 .738.214 1.274 1.043 
1.274.14 0 .263-.006.3-.012v-.854h-.286c-.122 
0-.16-.044-.16-.166v-.42c0-.121.038-.164.16-.164h1c.122 0 
.158.043.158.164v1.958c0 .134-.038.184-.166.214s-.376.06-1.04.06c-1.483 
0-1.96-.853-1.96-2.054 0-1.214.58-1.953 2.014-1.953zm4.129 0c.494 0 .88
 5.03 
1.062.055.08.012.122.049.11.14l-.075.457c-.024.135-.065.153-.224.141a11.818 
11.818 0 0 0-.914-.043c-.28 0-.574.062-.574.379 0 
.226.14.323.445.402l.451.116c.805.207 1.037.604 1.037 1.134 0 .903-.708 
1.22-1.678 1.22a9.58 9.58 0 0 
1-1.054-.056c-.08-.012-.122-.047-.11-.138l.075-.471c.024-.134.066-.153.224-.14.152.012.598.048.854.048.56
 0 .793-.06.793-.402 
0-.232-.16-.342-.532-.44l-.45-.115c-.592-.152-.932-.524-.932-1.152 
0-.695.486-1.135 1.492-1.135zm3.154 0c.494 0 .884.03 
1.06.055.08.012.122.049.11.14l-.072.457c-.024.135-.068.153-.227.141a11.813 
11.813 0 0 0-.914-.043c-.28 0-.574.062-.574.379 0 
.226.14.323.445.402l.451.116c.805.207 1.038.604 1.038 1.134 0 .903-.707 
1.22-1.676 1.22a9.39 9.39 0 0 
1-1.057-.056c-.08-.012-.122-.047-.11-.138l.075-.471c.024-.134.066-.153.225-.14.152.012.597.048.853.048.561
 0 .793-.06.793-.402 
0-.232-.157-.342-.53-.44l-.452-.115c-.592-.152-.932-.524-.932-1.152 
0-.695.488-1.135 1.494-1.135zM4.98 10.04h1.359c.94 0 1.367.427 1.367 1.19 0 
.591-.336.86-.635 1.
 048l.89 1.477c.099.152-.006.207-.09.207h-.665c-.146 
0-.197-.043-.258-.147l-.724-1.304c-.075-.128-.071-.183-.037-.319l.06-.255c.055-.232.116-.152.293-.225.14-.061.281-.16.281-.47
 0-.342-.177-.475-.543-.475h-.58v3.03c0 .123-.036.165-.158.165h-.56c-.122 
0-.159-.042-.159-.164v-3.594c0-.122.037-.164.159-.164zm14.558 0h1.36c.939 0 
1.365.427 1.365 1.19 0 .591-.334.86-.633 1.048l.89 
1.477c.098.152-.006.207-.091.207h-.666c-.147 
0-.195-.043-.256-.147l-.725-1.304c-.08-.14-.07-.184-.037-.319l.06-.255c.055-.232.117-.152.294-.225.14-.061.28-.16.28-.47
 0-.342-.176-.475-.542-.475h-.58v3.029c0 .122-.036.166-.158.166h-.56c-.123 
0-.16-.044-.16-.166v-3.592c0-.122.037-.164.16-.164z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/telequebec.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/telequebec.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/telequebec.svg   
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/telequebec.svg   
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M10.054 
5.568c-1.105.008-1.99.05-2.655.083L4.483 9.404A42.34 42.34 0 0 1 .322 
7.99c.643.665 1.93 1.394 3.646 2.059l-.43.536C2.21 10.155 1.009 9.726 0 
9.297c.58.6 1.652 1.265 3.067 1.887l-1.394 1.78c1.716.322 4.482 1.094 7.57 
2.253 2.382.922 4.312 1.844 5.77 2.638l.987.579 2.53-3.796c2.51.085 4.376-.172 
5.105-.751-1.244.064-2.767.021-4.525-.13l.472-.707c2.166 0 3.775-.3 
4.418-.857-1.072.064-2.38.064-3.84-.022l3.24-4.847c-1.352-.3-3.625-.901-6.306-1.309l-3.067-.321a51.668
 51.668 0 0 0-3.973-.126zm.4 1.241c.854-.005 1.878.01 3.08.086l2.38.236c2.08.3 
3.84.75 4.89.965L18.102 12c-1.866-.171-3.904-.471-6.07-.858a74.896 74.896 0 0 
1-6.027-1.33l2.38-2.959c.526-.01 1.213-.037 
2.068-.043zm2.72.535c-.493.004-1.03.223-1.464.645-.772.73-.9 1.844-.3 2.445.6.6 
1.694.493 2.466-.258.773-.729.901-1.844.3-2.445a1.378 1.378 0 0 
0-1.002-.387zm-7.79 3.24c1.951.665 4.29 1.265 6.798 1.737 1.888.343 3.646.558 
5.233.665l-.385.557a75.458 75.4
 58 0 0 1-5.384-.879 82.036 82.036 0 0 1-6.649-1.608Zm-.966 1.158c2.06.794 
4.611 1.523 7.378 2.06a43.83 43.83 0 0 0 4.569.685l-1.266 
1.845-.815-.386c-1.115-.6-2.616-1.287-4.46-1.974-2.381-.857-4.526-1.436-5.856-1.672Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/thefinals.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/thefinals.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/thefinals.svg    
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/thefinals.svg    
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M18.523 
19.319H24L14.965 6.295c-.626-.904-1.51-1.614-2.847-1.614-1.38 0-2.264.775-2.889 
1.614L0 19.319h5.261l3.372-4.759 3.256 4.759h5.478l-5.934-8.712.599-.846 6.491 
9.558Zm0 0"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/theodinproject.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/theodinproject.svg
--- 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/theodinproject.svg   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/theodinproject.svg   
    2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="m3.002 0 
1.99 7.387 1.576 1.576v.576l.975 1.924c.806-1.53 2.844-2.064 
4.312-.969l.202.15.2-.15c1.47-1.095 3.508-.561 
4.315.969l.975-1.926v-.69l1.46-1.46L20.999 0l-3.633 
1.86v3.257c-.655-.395-2.981-1.691-5.308-1.691-2.494 0-4.987 1.489-5.422 
1.762V1.859L3.002 0zm6.111 10.229a.324.324 0 0 0-.326.322v.998c0 
.267.22.484.49.484h.56c.305 0 .594-.12.81-.332a1.115 1.115 0 0 0 
.335-.797v-.353a.325.325 0 0 0-.328-.323h-1.54zm5.291.392a.514.514 0 0 
0-.517.51c0 .28.232.51.517.51a.514.514 0 0 0 .518-.51.513.513 0 0 
0-.518-.51zm-7.836.023L5.103 16.06l1.497 2.95 
1.375-5.103.197-.097-1.604-3.164zm10.979 0-1.604 3.165.198.097 1.375 5.104 
1.496-2.951-1.465-5.414zm-5.49 1.805-1.828.903-1.649 8.843L12.057 
24l3.476-1.805-1.646-8.843-1.83-.903zm-2.389 1.18-1.27.625-1.654 6.137 1.469 
1.049 1.455-7.811zm4.78 0 1.454 7.81 
1.467-1.048-1.652-6.137-1.27-.625zm-3.016.084h1.28v.451a.623.623 0 0 
1-.187.445.643.643 0 0 1-.453.186.645.645 0 0 1-.4
 53-.186.623.623 0 0 1-.187-.445v-.451z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/thunderstore.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/thunderstore.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/thunderstore.svg 
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/thunderstore.svg 
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="m.322 
13.174 4.706 8.192L7.2 16.855 4.824 12.72a1.416 1.416 0 0 1 
0-1.444l2.965-5.16c.265-.46.718-.723 1.245-.723h1.595l-3.086 6.953h3.812L6.171 
22.403 16.583 9.914h-3.201l2.184-4.52h6.052L24 1.25H7.175c-.86 
0-1.598.428-2.028 1.174l-4.825 8.4a2.306 2.306 0 0 0 0 2.35m7.213 
9.576h9.29a2.29 2.29 0 0 0 2.03-1.176l4.825-8.4a2.317 2.317 0 0 0 
0-2.35l-1.93-3.36h-4.763l2.19 3.813c.262.46.262.987 0 1.444l-2.964 5.162a1.41 
1.41 0 0 1-1.248.723h-2.154l-1.497-.017z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/tindie.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/tindie.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/tindie.svg       
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/tindie.svg       
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M21.576 
1.742c-.051 0-.102.003-.152.008-1.724.137-3.14 1.095-4.098 2.773a8.284 8.284 0 
0 0-.53 1.126c-.659-.396-1.624-.825-2.706-.825-.203 
0-.405.016-.602.046-.729.112-2.949.453-4.497 1.938-.77.74-1.333 1.733-1.687 
2.49-.861-.7-2.262-1.565-3.924-1.565-.737 0-1.459.172-2.147.513-.78.355-1.239 
1.496-1.233 2.4.005.701.288 1.223.777 1.433a.797.797 0 0 0 .321.054c.736 0 
3.983-.568 5.928-.938l1.662 
4.448.081.08.214.212.767.762.974.97c-.153.118-.319.25-.486.392-.914.773-1.321 
1.388-1.321 1.886 0 1.016 1.629 2.313 2.955 2.313.302 0 
.585-.11.841-.229l.535-.416c.415-.383.758-.935 1.027-1.484 1.002-.094 
1.966-.459 2.773-.871l1.013-.584c.684-.44 1.121-.819 
1.165-.857l.167-.147.269-6.285L18.1 7.202c.821-.301 1.848-.687 2.799-1.058 
2.667-1.042 2.771-1.185 
2.881-1.336.291-.402.293-.932.007-1.495-.394-.772-1.329-1.571-2.211-1.571Zm0 
1.041c.39 0 1.025.496 1.284 1.003.084.165.107.294.095.366-.539.301-3.252 
1.358-5.268 2.094.428-1.22
 8 1.488-3.278 3.827-3.459l.022-.002c.013-.002.026-.002.04-.002ZM14.09 
5.865c.967 0 1.851.461 2.385.812.197.13.348.245.436.317l.017.045.01.029.182.488 
1.493 3.995-.097 2.281c-.858-.114-1.604-.115-2.285-.015a6.247 6.247 0 0 
0-1.043.247 7.175 7.175 0 0 0-.206.073l-.629-1.534-.426-1.04-2.139-5.221a9.979 
9.979 0 0 1 1.858-.443 2.83 2.83 0 0 1 .444-.034Zm-2.727.641 2.072 5.056.426 
1.041.7 1.706c-1.103.498-2.128 1.306-3.361 
2.364l-.925-.921-.692-.687-.047-.126-1.475-3.948-.159-.427c.044-.121.114-.302.208-.52.297-.69.839-1.754
 1.602-2.485.491-.472 1.077-.81 1.651-1.053Zm1.013.158a.233.233 0 1 0 
.232.233.232.232 0 0 0-.232-.233Zm.39.845a.234.234 0 0 0-.233.233.233.233 0 0 0 
.466 0 .234.234 0 0 0-.233-.233Zm.325.781a.233.233 0 0 0-.233.232.233.233 0 0 0 
.466 0 .233.233 0 0 0-.233-.232Zm-9.711.483c1.41 0 2.64.809 3.365 
1.416-1.978.376-4.892.877-5.597.902-.057-.067-.106-.226-.108-.452-.004-.646.339-1.32.626-1.447l.021-.01a3.78
 3.78 0 0 1 1.693-.409Zm12.7.38a1.62 1.62 0 0 0-.887.264 1.618 1.618 
 0 0 0-.703 1.028c-.089.425-.007.859.23 1.222a1.62 1.62 0 0 0 1.363.737 1.627 
1.627 0 0 0-.003-3.251Zm0 .91a.715.715 0 0 1 .392 1.315.709.709 0 0 
1-.389.116.715.715 0 0 1-.702-.862.714.714 0 0 1 .31-.452.702.702 0 0 1 
.389-.117Zm-5.23.951c-.316 0-.623.091-.888.265a1.616 1.616 0 0 0-.703 
1.027c-.089.425-.007.859.23 1.222a1.622 1.622 0 0 0 
2.25.473c.364-.237.613-.602.703-1.027a1.614 1.614 0 0 0-.23-1.223 1.623 1.623 0 
0 0-1.362-.737Zm0 .91a.716.716 0 0 1 .701.863.715.715 0 0 1-.699.568.713.713 0 
0 1-.6-.324.71.71 0 0 1-.102-.538.714.714 0 0 1 .31-.452.71.71 0 0 1 
.39-.117Zm6.315 2.275a9.267 9.267 0 0 1 1.331.09l-.123 2.881a11.3 11.3 0 0 
1-1.386.935c-.641.367-1.426.728-2.246.901a4.672 4.672 0 0 
1-1.104.104l-.034-.034a425.889 425.889 0 0 0-2.024-2.026l-.055-.055c1.452-1.245 
2.574-2.11 3.874-2.522a5.655 5.655 0 0 1 
1.053-.227c.229-.028.466-.044.714-.047Zm-.237.203a.233.233 0 1 0 0 .466.233.233 
0 0 0 0-.466Zm.845 0a.233.233 0 0 0 0 .466.233.233 0 0 0 0-.466Zm-.609 
1.287c-.44.069-1.343.456-
 2.137.826-.793.369-1.476.722-1.476.722 1.795 1.468 3.8-.765 
3.613-1.548Zm-5.699 2.717a357.85 357.85 0 0 1 1.572 
1.577l.055.056-.028.144c-.24.399-.506.716-.777.848a.948.948 0 0 
1-.415.087c-.897 0-1.881-.897-1.914-1.216.054-.25.714-.894 1.507-1.496Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/trillertv.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/trillertv.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/trillertv.svg    
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/trillertv.svg    
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path 
d="m9.496.07-1.8 3.107-.868-.498c-1.269-.729-2.852.184-2.852 
1.64v6.28l3.9-6.734L9.933.319a.14.14 0 0 0-.053-.19l-.19-.11a.143.143 0 0 
0-.193.05Zm-.713 3.734-4.807 8.301v7.163c0 .674.338 1.23.826 1.562l-1.65 
2.85a.14.14 0 0 0 .05.192l.192.109a.142.142 0 0 0 .193-.05l1.665-2.874L13.629 
6.59Zm11.63 2.547-1.8 3.108-4.33-2.49-8.217 14.186a1.91 1.91 0 0 0 
.764-.248l8.598-4.948 5.42-9.356a.141.141 0 0 
0-.05-.193c-.065-.035-.128-.073-.192-.11-.027-.02-.14-.041-.193.051zm-.711 
3.735-2.967 5.123 3.08-1.774c1.268-.731 1.268-2.556 0-3.285z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/uniqlo.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/uniqlo.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/uniqlo.svg       
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/uniqlo.svg       
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M0 
0v24h24V0H0zm3.006 3.236h1.52v5.051a1.007 1.007 0 1 0 2.014 
0v-5.05h1.517v5.056a2.525 2.525 0 1 1-5.051 0V3.236zm7.07 0h1.514l2.023 
4.328V3.236h1.516v7.575h-1.516L11.59 
6.482v4.329h-1.514V3.236zm7.569.01h1.488v7.576h-1.488V3.246zM5.533 13.078a2.526 
2.526 0 0 1 2.524 2.53v2.523a2.51 2.51 0 0 1-.75 1.793l.75 
2.248H6.539l-.518-1.563a2.472 2.472 0 0 1-.488.043 2.524 2.524 0 0 
1-2.527-2.521v-2.524a2.527 2.527 0 0 1 2.527-2.529zm4.547 
0h1.514v6.057h3.535v1.517H10.08v-7.574zm8.336 0a2.526 2.526 0 0 1 2.523 
2.53v2.523a2.525 2.525 0 0 1-2.523 2.521 2.53 2.53 0 0 
1-2.531-2.521v-2.524a2.533 2.533 0 0 1 2.531-2.529zm-12.88 1.52a1.007 1.007 0 0 
0-1.01 1.01v2.523c0 .552.45 1.006 1.01 1.006.558 0 1.003-.454 
1.003-1.006v-2.524c0-.559-.445-1.01-1.004-1.01zm12.88 0a1.01 1.01 0 0 0-1.012 
1.01v2.523c0 .552.453 1.006 1.012 1.006a1.012 1.012 0 0 0 
1.01-1.006v-2.524c0-.559-.455-1.01-1.01-1.01z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/uniqlo_ja.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/uniqlo_ja.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/uniqlo_ja.svg    
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/uniqlo_ja.svg    
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M0 
.01v23.98h24V.01Zm4.291 3.28h4.553l.006 
5.803h1.511v1.511h-6.82v-1.51h3.783v-4.29H4.291zm10.11 
0h5.302v1.514H14.4zm-.762 5.807h6.816v1.511H13.64zM4.29 13.385l6.072.002-1.513 
7.322H2.777l.305-1.516h4.553l.892-4.29H5.49l-.457 2.148H3.521Zm9.348 
0h6.816v7.324H13.64zm1.517 1.517v4.291h3.787v-4.29z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/virginatlantic.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/virginatlantic.svg
--- 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/virginatlantic.svg   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/virginatlantic.svg   
    2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M14 
3.559c-3.102 0-3.836.489-5.06 1.877L0 15.232c7.143-.326 9.348 6.858 16.572 
4.858L24 3.559H14zm-2.477 1.586a.608.608 0 0 1 
.395.128c.204.164.164.409.164.409-.04.367-.408.611-.408.611-.327.286-.776 
1.102-.776 1.102-.49.775-1.06 2.286-1.55 3.796-.653 2.286-1.063 4.408-1.104 
4.612-.04.204-.122.449-.326.449-.286 0-.326-.367-.326-.408 
0-.041-.367-4.49-.367-4.49s-.042-.204-.082-.204c0 
0-.08-.04-.163.164l-.408.897c-.163.408-.449.246-.449.246-.245-.122-.082-.408-.082-.408l.898-2.246c.205-.49.53-.45.53-.45.285.041.287.327.287.45.04.122.326
 3.43.326 3.43.04.367.082.244.082.244C8.858 9.517 10.94 5.6 10.94 
5.6c.197-.34.408-.445.584-.455zm4.793 
2.793c.126-.01.174.07.174.07.123.204-.164.449-.164.449-.245.286-.449.082-.449.082-.204-.163.123-.45.123-.45.138-.106.241-.146.316-.152zm2.178.394a.27.27
 0 0 1 .037.002c.368 0 .326.49.326.49l-.123 1.346c-.081.571.368.37.368.37 
0-.042.122-.084.49-.247.326-.122.49-.04.572.082.082.122.04.
 
245-.041.367-.082.163-.449.286-.734.367-.204.041-.37.123-.37.123-.49.123-1.06.368-1.06.368a28.677
 28.677 0 0 0-3.55 1.795c-.042.163-.042.285-.042.367 0 0-.162 2.204-.203 2.531 
0 0-.002.41.04.654.04.245.205.775-.122.979a.394.394 0 0 
1-.572-.082c0-.041-.123-.163-.041-.776 0 0 
.164-1.592.205-2.082l.082-1.142c-2.694 1.673-4.164 3.183-4.164 
3.183-.163.164-.53.45-.776.123-.244-.326.409-.816.409-.816 1.428-1.225 
3.102-2.285 4.572-3.143l.039-.367s.042-.122-.08-.04c0 0-.49.286-.858.122 0 
0-.287-.123-.287-.572 0 0 .001-1.388.573-1.959 0 0 .325-.326.652-.326.204 0 
.165.286-.08.49-.245.245-.286.529-.367.856 0 0-.206.939.12.898 0 0 
.328.001.45-.57 0 0 .203-1.308.244-1.471 0-.163.043-.53.37-.53 0 0 .325 0 
.284.245 0 0-.244 1.591-.367 2.734a34.2 34.2 0 0 1 
3.592-1.795c.082-.04.041-.04.041-.04-.245-.082-.123-.614-.123-.614l.123-1.102c0-.285-.326-.123-.326-.123-.245.164-.408.45-.408.45-.123.204-.205
 1.142-.205 
1.142-.041.49-.327.572-.327.572-.326.123-.367-.082-.367-.082-.04-.122.041-.57.041-.57l.162
 -1.185c.041-.531.409-.612.409-.612a.454.454 0 0 1 .326 0c.122.041.205 0 .287 0 
.122 0 
.285-.164.285-.164.245-.214.421-.244.494-.246zm-2.486.897c.222.01.115.373.115.412-.04.04-.246
 1.591-.246 
1.591-.04.409-.408.49-.408.49-.327.082-.244-.245-.244-.245l.04-.327.286-1.51c.04-.326.408-.408.408-.408a.262.262
 0 0 1 .049-.003zm-5.237.53a.191.191 0 0 1 .21.126s.08.163-.206.408c0 
0-.327.327-.49.041 0 0-.121-.204.205-.45 0 0 
.144-.11.281-.124zm1.57.829c.144.017.19.154.19.154.123.286-.328.49-.328.49-.408.245-.447.776-.447.776l-.082.734c-.041.53-.408.612-.408.612-.49.163-.286-.694-.286-.694.041-.204.163-1.224.163-1.224.04-.613.408-.612.367-.653.04
 0 .326-.04.326-.04s.124-.042.328-.124a.343.343 0 0 1 .178-.031zm-2 
.68c.1.001.292.057.231.455l-.246 1.345-.082.49s-.04.245-.244.368c0 
0-.49.244-.45-.123l.247-1.96s.08-.488.488-.57c0 0 .024-.006.057-.005z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/.icons/simple/wondershare.svg 
new/mkdocs_material-9.5.3/material/templates/.icons/simple/wondershare.svg
--- old/mkdocs_material-9.5.2/material/templates/.icons/simple/wondershare.svg  
1970-01-01 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/.icons/simple/wondershare.svg  
2020-02-02 01:00:00.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 24 24"><path d="M16.216 
17.814 7.704 9.368l.02-.02c.391.239.91.19 1.249-.147l3.041-3.016 7.241 
7.184c.397.394.402 1.029.005 1.426l-3.044 3.019Zm-5.253-3.017-3.03 3.017L0 
9.915l3.746-3.73 7.217 7.187a1.005 1.005 0 0 1 0 1.425ZM24 9.913l-3.725 
3.727L16 9.367l.02-.021c.388.239.903.19 1.239-.146l3.014-3.015L24 
9.913Z"/></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.5.2/material/templates/base.html 
new/mkdocs_material-9.5.3/material/templates/base.html
--- old/mkdocs_material-9.5.2/material/templates/base.html      2020-02-02 
01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/base.html      2020-02-02 
01:00:00.000000000 +0100
@@ -32,7 +32,7 @@
         <link rel="alternate" type="application/rss+xml" title="{{ 
lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
       {% endif %}
       <link rel="icon" href="{{ config.theme.favicon | url }}">
-      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, 
mkdocs-material-9.5.2">
+      <meta name="generator" content="mkdocs-{{ mkdocs_version }}, 
mkdocs-material-9.5.3">
     {% endblock %}
     {% block htmltitle %}
       {% if page.meta and page.meta.title %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/partials/languages/mk.html 
new/mkdocs_material-9.5.3/material/templates/partials/languages/mk.html
--- old/mkdocs_material-9.5.2/material/templates/partials/languages/mk.html     
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/partials/languages/mk.html     
2020-02-02 01:00:00.000000000 +0100
@@ -5,8 +5,21 @@
   "language": "mk",
   "action.edit": "Уредете ја оваа страница",
   "action.skip": "Прескокнете до содржината",
+  "action.view": "Прикажи го изворот на оваа 
страница",
+  "announce.dismiss": "Не го прикажувај ова повторно",
+  "blog.archive": "Архива",
+  "blog.categories": "Категории",
+  "blog.categories.in": "во",
+  "blog.continue": "Продолжи со читање",
+  "blog.draft": "Нацрт",
+  "blog.index": "Назад кон индекс",
+  "blog.meta": "Метадата",
+  "blog.references": "Поврзани линкови",
   "clipboard.copy": "Копирај во таблата",
   "clipboard.copied": "Копирано",
+  "consent.accept": "Прифати",
+  "consent.manage": "Прилагодување со поставките",
+  "consent.reject": "Одбиј",
   "footer": "Подножје",
   "footer.next": "Следно",
   "footer.previous": "Претходно",
@@ -14,8 +27,14 @@
   "meta.comments": "Коментари",
   "meta.source": "Извор",
   "nav": "Наслов за навигација",
+  "readtime.one": "1 min читање",
+  "readtime.other": "# min читање",
+  "rss.created": "RSS извор",
+  "rss.updated": "RSS извор на ажурирана содржина",
+  "search": "Пребарување",
   "search.config.lang": "ru",
   "search.placeholder": "Пребарување",
+  "search.share": "Сподели",
   "search.reset": "Чисти",
   "search.result.initializer": "Иницијализирање на 
пребарувањето",
   "search.result.placeholder": "Напишете за да започнете 
со пребарување",
@@ -28,6 +47,7 @@
   "select.language": "Изберете јазик",
   "select.version": "Изберете верзија",
   "source": "Одете до складиштето",
+  "source.file.contributors": "Соработници",
   "source.file.date.created": "Создаден",
   "source.file.date.updated": "Последно ажурирање",
   "tabs": "Јазичиња",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mkdocs_material-9.5.2/material/templates/partials/source-file.html 
new/mkdocs_material-9.5.3/material/templates/partials/source-file.html
--- old/mkdocs_material-9.5.2/material/templates/partials/source-file.html      
2020-02-02 01:00:00.000000000 +0100
+++ new/mkdocs_material-9.5.3/material/templates/partials/source-file.html      
2020-02-02 01:00:00.000000000 +0100
@@ -18,6 +18,7 @@
   </span>
 {% endmacro %}
 {% macro render_authors(authors) %}
+  {% set git_authors = config.plugins.get("git-authors") %}
   <span class="md-source-file__fact">
     <span class="md-icon" title="{{ lang.t('source.file.contributors') }}">
       {% if authors | length == 1 %}
@@ -28,9 +29,13 @@
     </span>
     <nav>
       {% for author in authors %}
+        {%- if git_authors.config.show_email_address %}
         <a href="mailto:{{ author.email }}">
           {{- author.name -}}
         </a>
+        {%- else -%}
+          {{- author.name -}}
+        {% endif -%}
         {%- if loop.revindex > 1 %}, {% endif -%}
       {% endfor %}
     </nav>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.5.2/package.json 
new/mkdocs_material-9.5.3/package.json
--- old/mkdocs_material-9.5.2/package.json      2020-02-02 01:00:00.000000000 
+0100
+++ new/mkdocs_material-9.5.3/package.json      2020-02-02 01:00:00.000000000 
+0100
@@ -1,6 +1,6 @@
 {
   "name": "mkdocs-material",
-  "version": "9.5.2",
+  "version": "9.5.3",
   "description": "Documentation that simply works",
   "keywords": [
     "mkdocs",
@@ -56,7 +56,7 @@
     "@types/fuzzaldrin-plus": "^0.6.5",
     "@types/html-minifier": "^4.0.5",
     "@types/lunr": "^2.3.7",
-    "@types/node": "^20.10.4",
+    "@types/node": "^20.10.5",
     "@types/resize-observer-browser": "^0.1.11",
     "@types/sass": "^1.45.0",
     "@typescript-eslint/eslint-plugin": "5.62.0",
@@ -65,10 +65,10 @@
     "chokidar": "^3.5.3",
     "cssnano": "5.1.0",
     "esbuild": "^0.19.9",
-    "eslint": "^8.55.0",
+    "eslint": "^8.56.0",
     "eslint-plugin-eslint-comments": "^3.2.0",
-    "eslint-plugin-import": "^2.29.0",
-    "eslint-plugin-jsdoc": "^46.9.0",
+    "eslint-plugin-import": "^2.29.1",
+    "eslint-plugin-jsdoc": "^46.9.1",
     "eslint-plugin-no-null": "^1.0.2",
     "github-types": "^1.0.0",
     "gitlab": "^14.2.2",
@@ -76,17 +76,17 @@
     "html-minifier": "^4.0.0",
     "material-design-color": "^2.3.2",
     "material-shadows": "^3.0.1",
-    "npm-check-updates": "^16.14.11",
+    "npm-check-updates": "^16.14.12",
     "npm-run-all": "^4.1.5",
     "postcss": "^8.4.32",
-    "postcss-dir-pseudo-class": "^8.0.0",
+    "postcss-dir-pseudo-class": "^8.0.1",
     "postcss-inline-svg": "^6.0.0",
     "postcss-logical": "5.0.4",
     "postcss-pseudo-is": "^0.3.0",
     "preact": "^10.19.3",
     "rimraf": "^5.0.5",
     "sass": "^1.69.5",
-    "simple-icons": "^10.2.0",
+    "simple-icons": "^10.3.0",
     "stylelint": "^15.11.0",
     "stylelint-config-recess-order": "4.2.0",
     "stylelint-config-recommended": "^13.0.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdocs_material-9.5.2/requirements.txt 
new/mkdocs_material-9.5.3/requirements.txt
--- old/mkdocs_material-9.5.2/requirements.txt  2020-02-02 01:00:00.000000000 
+0100
+++ new/mkdocs_material-9.5.3/requirements.txt  2020-02-02 01:00:00.000000000 
+0100
@@ -21,7 +21,7 @@
 # Requirements for core
 jinja2~=3.0
 markdown~=3.2
-mkdocs~=1.5,>=1.5.3
+mkdocs~=1.5.3
 mkdocs-material-extensions~=1.3
 pygments~=2.16
 pymdown-extensions~=10.2

Reply via email to