This error occurs when I run mkdocs serve command. And the output shows:
INFO - Building documentation...
INFO - Cleaning site directory
Bad path: https:\\cdnjs.cloudflare.com\ajax\libs\mathjax\2.7.1\mathjax.js?config=tex-ams-mml_htmlormml
The output shows mkdocs converts url to lower case, but mathjax cdn is case sensitive, so the converted url is not valid.
Here is my extra_javascript setting: extra_javascript: ['https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML', 'mathjaxconfig.js'].
And additional information:
OS: Windows 10
Python: 3.6.1
mkdocs: 0.17.0
This error occurs when I run
mkdocs servecommand. And the output shows:The output shows mkdocs converts url to lower case, but mathjax cdn is case sensitive, so the converted url is not valid.
Here is my
extra_javascriptsetting:extra_javascript: ['https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML', 'mathjaxconfig.js'].And additional information:
OS: Windows 10
Python: 3.6.1
mkdocs: 0.17.0