-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
enable DONT_SHALLOW_CLONE for mud #8333
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
Hi @mathematicalmichael! I've disabled shallow clones in your project. Please let me know if there is any problem. |
thanks for the timely response! much appreciated. However, I am still seeing relevant bit of the conf.py file:
and locally:
|
figured it out! only problem remaining is why the "fly out" menu isn't working. |
fly out menu ended up just being a safari-specific experience. weird. downloaded opera to check and it worked fine there. |
@humitos noticing that safari consistently doesn't allow the flyout menu. mobile + desktop both exhibit the behavior. This person faced a similar issue it seems: https://stackoverflow.com/questions/66436744/how-to-activate-the-rtd-flyout-menu. Playing with "prevent cross-site tracking" does nothing. My question is... should I open a new issue to track this behavior or is this a known thing? |
Yes, please, provide the version of the browser you are using and maybe if there is anything in the logs from the console. |
Uh oh!
There was an error while loading. Please reload this page.
Details
Would it please be possible to disable shallow clones for the project above, as discussed at #5031? I am using
setuptools_scm
to pick up the project version. Finally got it showing0.0.0
instead ofunknown
and I believe the clone depth is why.Apologies if this is the incorrect forum for the request.
I'll be doing this for
mud-examples
soon as well, once I get everything validated withmud
.The text was updated successfully, but these errors were encountered: