-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
extendMarkdown() missing 1 required positional argument: 'md_globals' #9461
Comments
Hi @n3t! Make sure you are using the exact same versions of your dependencies locally than on Read the Docs. In particular, I recommend you to follow this guide to avoid this kind of breaking build in the future: https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html |
Hey @humitos I am experiencing the same issue with my builds as well using MkDocs. I have everything set up and it builds perfectly fine locally after I add in the See the project here for details: https://github.com/WVU-GWaC/hpc-docs/tree/main I am using the default readthedocs environment with the following versions being installed:
~ Joe G.
|
Just an FYI @n3t , I have MkDocs building now by adding the following to a
~ Joe G. |
I think we should pin the version of |
Thank you @JPGlaser your requirments.txt works out of box for me, you saved me a lot of time. |
Thank you so much @JPGlaser! Your |
I'm going to close this issue because it's not a bug on Read the Docs, but a pinning dependency problem that can be solved by the user. However, if you think there is any actionable on the Read the Docs side, feel free to comment here what is that action that Read the Docs should do. Thanks! |
Details
Expected Result
Project build
Actual Result
ERROR - Error reading page 'index.md': extendMarkdown() missing 1 required positional argument: 'md_globals'
Build 2 weeks ago passed, todays build gives this error. No change in index.md file, no change in project configuration. Locally I am able to build.
The text was updated successfully, but these errors were encountered: