-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
MkDocs builds perfectly locally, but gets stuck on Read the Docs #7865
New issue
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
Comments
I had exactly the same issue. The problem is the emoji markdown plugin: markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg Examining the step just before the error at This process is not able to handle the oddly formatted values for markdown_extensions:
- pymdownx.emoji:
emoji_index: null
emoji_generator: null I have tried quoting these values, which preserves them, but mkdocs itself does then not support the quoted quotations (tested this locally too). |
disabling the emoji feature of pymdownx as recommended here: readthedocs/readthedocs.org#7865 (comment)
This problem is solved in #7507 and will be deployed tomorrow or the next week. |
Details
Expected Result
Successfully build the docs just like I can do locally with
mkdocs build
ormkdocs serve
Actual Result
Always gets stuck at
I honestly have no clue if this is a bug or if I did something wrong, I at least triple checked everything, so I hope someone more experienced can help me.
The text was updated successfully, but these errors were encountered: