We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there! This extension is incredibly useful.
Moving from version <=0.24.2 to any 0.24.3+ version, I started to receive the following error:
jinja2.exceptions.UndefinedError: 'mermaid_js' is undefined
when spinning off the server locally with mkdocs serve.
mkdocs serve
Python version 3.10.12 Other mkdocs related extensions:
Not sure what is the problem and if can be system related
The text was updated successfully, but these errors were encountered:
I have the same problem. I am using 0.24.6.
Other packages used:
mkdocs-material = "^9.4.6" mkdocs-autorefs = "^0.5.0" mkdocstrings = "^0.23.0" mkdocs-with-pdf = "^0.9.3" mkdocs-git-authors-plugin = "^0.7.2" mkdocs-bibtex = "^2.11.0" mkdocs-jupyter = "<=0.24.2" mkdocs-exclude-search = "^0.6.5"
Sorry, something went wrong.
I had the same problem but after creating a clean virtualenv with Python 3.12.0 and installing my requirements again it all works fine.
No branches or pull requests
Hey there! This extension is incredibly useful.
Moving from version <=0.24.2 to any 0.24.3+ version, I started to receive the following error:
when spinning off the server locally with
mkdocs serve
.Python version 3.10.12
Other mkdocs related extensions:
Not sure what is the problem and if can be system related
The text was updated successfully, but these errors were encountered: