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
I'm getting this error: unknown option `prune-tags' after build my docs.
I saw the code inside vcs_support/backends/git.py
The fetch method has a flag '--prune-tag' which is not a valid flag in git.
I deleted that part and now everything works, but now I'm curious.
Did I miss something? or Am I wrong?
The text was updated successfully, but these errors were encountered:
Can this be related to the git version (it should be >=2.17) ?? This error is same as this (comment).
Sorry, something went wrong.
I'm guessing you are using a local installation, you need git >=2.17, see https://docs.readthedocs.io/en/latest/install.html#requirements
git >=2.17
No branches or pull requests
Details
I'm getting this error: unknown option `prune-tags' after build my docs.
I saw the code inside
vcs_support/backends/git.py
The fetch method has a flag '--prune-tag' which is not a valid flag in git.
I deleted that part and now everything works, but now I'm curious.
Did I miss something? or Am I wrong?
The text was updated successfully, but these errors were encountered: