Manuel Kaufmann
Manuel Kaufmann
> `READTHEDOCS_GIT_IDENTIFIER` is the raw commit SHA Where I should check the content of this variable in your documentation? I'm not able to find the the SHA in the page...
I'm not able to reproduce this issue. I did a try at https://test-builds.readthedocs.io/en/full-feature/environment-variables.html and you can see there that `READTHEDOCS_GIT_COMMIT_HASH: 185f27fa0b5d052862be2fca53c19ddb22d325e6` and `READTHEDOCS_GIT_IDENTIFIER: full-feature`. Those variables are pointing to the...
I think that variable is never the tag name. It seems that it can only be a branch name and or a commit sha when it's a tag. Using my...
I'm adding this issue to the roadmap. We have another user hitting this bug.
I understand if we don't have the branch/tag name we will have the commit, right? We can use `git describe` as I mentioned in my previous comment to get the...
For PR we will have a commit hash as well. That's what we need to return here and it will be consistent.
Meh, I'm sorry, I got confused. > if they are from the same repo it makes sense that the git id is the name of the branch 👍🏼 > but...
> Should wait for RTD theme's 3.0 release. Note that this is already released: https://pypi.org/project/sphinx-rtd-theme/3.0.0/
> don't think it was made very clear _what_ RTD injected into `html_context` Starting in the last October, Read the Docs injects _nothing_ into `html_context`. Read https://about.readthedocs.com/blog/2024/07/addons-by-default/ In the same...
for the reference, Django 6.2 LTS, which may integrate the package, will be released on April 2027