From b7fa912a64dba22a9efad80702c85071b840864f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 15:17:25 -0400 Subject: [PATCH 01/10] Bump the mkdocs group with 3 updates (#34) Bumps the mkdocs group with 3 updates: [mkdocs-table-reader-plugin](https://github.com/timvink/mkdocs-table-reader-plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocs-print-site-plugin](https://github.com/timvink/mkdocs-print-site-plugin). Updates `mkdocs-table-reader-plugin` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/timvink/mkdocs-table-reader-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-table-reader-plugin/compare/v2.2.0...v2.2.1) Updates `mkdocs-material` from 9.5.21 to 9.5.22 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.21...9.5.22) Updates `mkdocs-print-site-plugin` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/timvink/mkdocs-print-site-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-print-site-plugin/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: mkdocs-table-reader-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocs-print-site-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 037cfae..eca831c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ mkdocs==1.6.0 mkdocs-bibtex==2.15.0 mkdocs-include-markdown-plugin==6.0.6 -mkdocs-table-reader-plugin==2.2.0 -mkdocs-material==9.5.21 +mkdocs-table-reader-plugin==2.2.1 +mkdocs-material==9.5.22 mkdocs-material-extensions==1.3.1 mkdocstrings==0.25.1 mkdocstrings-python==1.10.0 -mkdocs-print-site-plugin==2.4.0 +mkdocs-print-site-plugin==2.4.1 From c4d01afc74344b60784417d541efbcbaf5d80ff5 Mon Sep 17 00:00:00 2001 From: "Allen D. Householder" Date: Wed, 15 May 2024 13:12:23 -0400 Subject: [PATCH 02/10] Fix LaTeX loading in mathjax.js (#36) fixes #35 --- docs/javascripts/mathjax.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/javascripts/mathjax.js b/docs/javascripts/mathjax.js index 06dbf38..7e48906 100644 --- a/docs/javascripts/mathjax.js +++ b/docs/javascripts/mathjax.js @@ -12,5 +12,8 @@ window.MathJax = { }; document$.subscribe(() => { + MathJax.startup.output.clearCache() + MathJax.typesetClear() + MathJax.texReset() MathJax.typesetPromise() }) From 8586d7deb2c77e6244ed58e61a33d00319455731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 11:59:37 -0400 Subject: [PATCH 03/10] --- (#37) updated-dependencies: - dependency-name: mkdocs-table-reader-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index eca831c..52fe538 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ mkdocs==1.6.0 mkdocs-bibtex==2.15.0 mkdocs-include-markdown-plugin==6.0.6 -mkdocs-table-reader-plugin==2.2.1 -mkdocs-material==9.5.22 +mkdocs-table-reader-plugin==2.2.2 +mkdocs-material==9.5.24 mkdocs-material-extensions==1.3.1 mkdocstrings==0.25.1 -mkdocstrings-python==1.10.0 +mkdocstrings-python==1.10.2 mkdocs-print-site-plugin==2.4.1 From aa982ece9a5f7bb6c9d0e1c90fddb060d6a92f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 11:19:11 -0400 Subject: [PATCH 04/10] Bump the mkdocs group with 2 updates (#38) Bumps the mkdocs group with 2 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocstrings-python](https://github.com/mkdocstrings/python). Updates `mkdocs-material` from 9.5.24 to 9.5.25 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.24...9.5.25) Updates `mkdocstrings-python` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.10.2...1.10.3) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 52fe538..2dea49e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ mkdocs==1.6.0 mkdocs-bibtex==2.15.0 mkdocs-include-markdown-plugin==6.0.6 mkdocs-table-reader-plugin==2.2.2 -mkdocs-material==9.5.24 +mkdocs-material==9.5.25 mkdocs-material-extensions==1.3.1 mkdocstrings==0.25.1 -mkdocstrings-python==1.10.2 +mkdocstrings-python==1.10.3 mkdocs-print-site-plugin==2.4.1 From fe0e170124a08025752a972b37b251d4213adc80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:32:52 -0400 Subject: [PATCH 05/10] Bump the mkdocs group with 3 updates (#40) --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2dea49e..79b1337 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ mkdocs==1.6.0 -mkdocs-bibtex==2.15.0 -mkdocs-include-markdown-plugin==6.0.6 +mkdocs-bibtex==2.16.0 +mkdocs-include-markdown-plugin==6.1.1 mkdocs-table-reader-plugin==2.2.2 mkdocs-material==9.5.25 mkdocs-material-extensions==1.3.1 mkdocstrings==0.25.1 mkdocstrings-python==1.10.3 -mkdocs-print-site-plugin==2.4.1 +mkdocs-print-site-plugin==2.5.0 From 7fd18507885117e0f4b2b4ead0340cccce5240ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:52:26 -0400 Subject: [PATCH 06/10] Bump the mkdocs group with 2 updates (#41) Bumps the mkdocs group with 2 updates: [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-include-markdown-plugin` from 6.1.1 to 6.2.0 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v6.1.1...v6.2.0) Updates `mkdocs-material` from 9.5.25 to 9.5.26 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.25...9.5.26) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mkdocs - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 79b1337..a06ee88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ mkdocs==1.6.0 mkdocs-bibtex==2.16.0 -mkdocs-include-markdown-plugin==6.1.1 +mkdocs-include-markdown-plugin==6.2.0 mkdocs-table-reader-plugin==2.2.2 -mkdocs-material==9.5.25 +mkdocs-material==9.5.26 mkdocs-material-extensions==1.3.1 mkdocstrings==0.25.1 mkdocstrings-python==1.10.3 From ef81f65d31bc640074d91a640f615f2ff5b56499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:27:33 -0400 Subject: [PATCH 07/10] Bump mkdocs-material from 9.5.26 to 9.5.27 in the mkdocs group (#42) Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-material` from 9.5.26 to 9.5.27 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.26...9.5.27) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a06ee88..cfcf017 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ mkdocs==1.6.0 mkdocs-bibtex==2.16.0 mkdocs-include-markdown-plugin==6.2.0 mkdocs-table-reader-plugin==2.2.2 -mkdocs-material==9.5.26 +mkdocs-material==9.5.27 mkdocs-material-extensions==1.3.1 mkdocstrings==0.25.1 mkdocstrings-python==1.10.3 From b1fc6a4491b10314c4d6548ab6f052f4d1debad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:24:37 -0400 Subject: [PATCH 08/10] Bump the mkdocs group with 2 updates (#43) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cfcf017..ea4c7d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ mkdocs==1.6.0 mkdocs-bibtex==2.16.0 -mkdocs-include-markdown-plugin==6.2.0 +mkdocs-include-markdown-plugin==6.2.1 mkdocs-table-reader-plugin==2.2.2 mkdocs-material==9.5.27 mkdocs-material-extensions==1.3.1 mkdocstrings==0.25.1 -mkdocstrings-python==1.10.3 +mkdocstrings-python==1.10.5 mkdocs-print-site-plugin==2.5.0 From d58140ea5f86cca22f34c8dd2f13901e48a863e0 Mon Sep 17 00:00:00 2001 From: "Allen D. Householder" Date: Tue, 9 Jul 2024 16:13:59 -0400 Subject: [PATCH 09/10] Update mkdocs.yml Remove polyfill.io See https://censys.com/july-2-polyfill-io-supply-chain-attack-digging-into-the-web-of-compromised-domains/ --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index ec5777c..931fb24 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -239,7 +239,6 @@ extra: extra_javascript: # to render math - javascripts/mathjax.js - - https://polyfill.io/v3/polyfill.min.js?features=es6 - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js # to sort tables - https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js From e820126de121464f0999c2a9ec8074da82e934b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:14:15 -0400 Subject: [PATCH 10/10] Bump mkdocs-material from 9.5.27 to 9.5.28 in the mkdocs group (#44) Bumps the mkdocs group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-material` from 9.5.27 to 9.5.28 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.27...9.5.28) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mkdocs ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea4c7d6..1b32634 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ mkdocs==1.6.0 mkdocs-bibtex==2.16.0 mkdocs-include-markdown-plugin==6.2.1 mkdocs-table-reader-plugin==2.2.2 -mkdocs-material==9.5.27 +mkdocs-material==9.5.28 mkdocs-material-extensions==1.3.1 mkdocstrings==0.25.1 mkdocstrings-python==1.10.5