Skip to content

Commit

Permalink
Merge pull request #45 from CERTCC/main
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ahouseholder committed Jul 9, 2024
2 parents f0a21ae + e820126 commit 474cbd8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 3 additions & 0 deletions docs/javascripts/mathjax.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ window.MathJax = {
};

document$.subscribe(() => {
MathJax.startup.output.clearCache()
MathJax.typesetClear()
MathJax.texReset()
MathJax.typesetPromise()
})
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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-bibtex==2.16.0
mkdocs-include-markdown-plugin==6.2.1
mkdocs-table-reader-plugin==2.2.2
mkdocs-material==9.5.28
mkdocs-material-extensions==1.3.1
mkdocstrings==0.25.1
mkdocstrings-python==1.10.0
mkdocs-print-site-plugin==2.4.0
mkdocstrings-python==1.10.5
mkdocs-print-site-plugin==2.5.0

0 comments on commit 474cbd8

Please sign in to comment.