We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10370a commit 44aee23Copy full SHA for 44aee23
docs/_site_essentials/js/init_kapa_widget.js
mkdocs.yml
@@ -630,7 +630,6 @@ validation:
630
anchors: warn
631
632
extra_javascript:
633
- - _site_essentials/js/init_kapa_widget.js
634
- _site_essentials/js/mathjax.js
635
- https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0
636
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
run.sh
@@ -4,4 +4,4 @@ set -euo pipefail
4
virtualenv venv
5
source venv/bin/activate
6
pip3 install -r requirements.txt
7
-mkdocs serve #--strict
+mkdocs serve --strict
0 commit comments