build and serve failure with newest insiders - mkdocs-material-9.0.6-insiders-4.28.1 #4888
-
I can successfully serve and build with base material, however I cannot with the new release of insiders 9.0.6. Anyone else having an issue? Thanks Here is the output:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
A couple more facts: 1 - things work if I roll back to 9.0.4-insiders-4.27.1 |
Beta Was this translation helpful? Give feedback.
-
So I guess since this build error is the result of an override, it falls into customization land and we need to start over on this override with the new source file as our starting point... |
Beta Was this translation helpful? Give feedback.
-
So first of all, sorry for the troubles this is causing. However, please understand that we need to change templates sometimes to keep things in good shape and/or add new functionality. In this case, two templates might need to be adjusted: This should be solvable in a matter of minutes. If not, please reach out again. |
Beta Was this translation helpful? Give feedback.
-
Yes, I believe I have my mind wrapped around it now; we will reconstruct based on the new templates. Thank you sir. |
Beta Was this translation helpful? Give feedback.
So first of all, sorry for the troubles this is causing. However, please understand that we need to change templates sometimes to keep things in good shape and/or add new functionality. In this case, two templates might need to be adjusted:
tabs.html
andtabs-item.html
– click the link to see the diff. Essentially,tabs-item.html
now exports a macro, which is used intabs.html
. This is more performant than the previous repetitive includes, as the cost of importing only have to be paid once.This should be solvable in a matter of minutes. If not, please reach out again.