-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Update Google Analytics ID #3700
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The source of the rendered docs is properly updated with the new id:, see e.g. https://527155-73328905-gh.circle-artifacts.com/0/docs/genindex.html |
This was referenced Apr 21, 2021
fmassa
approved these changes
Apr 21, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for looking into it!
This was referenced Apr 21, 2021
facebook-github-bot
pushed a commit
that referenced
this pull request
May 4, 2021
Summary: * Phew * not sure CI got properly triggered? Reviewed By: NicolasHug Differential Revision: D28169156 fbshipit-source-id: 2bafba64c934fb19a76b29d5a058decb7f03e9e6
facebook-github-bot
pushed a commit
to pytorch/pytorch
that referenced
this pull request
May 4, 2021
Summary: This PR fixes the GA id and relies on `pytorch-sphinx-theme` to set the GA script instead of hard-coding it (this is supported since pytorch/pytorch_sphinx_theme#110 was merged). Similar PRs were opened and merged in torchchvision/audio/text, e.g.: pytorch/vision#3700 CC brianjo Pull Request resolved: #56578 Reviewed By: mrshenli Differential Revision: D28199244 Pulled By: ranman fbshipit-source-id: a20b7fd1b1da3ebff491286c3eeb1410f3c80670
krshrimali
pushed a commit
to krshrimali/pytorch
that referenced
this pull request
May 19, 2021
Summary: This PR fixes the GA id and relies on `pytorch-sphinx-theme` to set the GA script instead of hard-coding it (this is supported since pytorch/pytorch_sphinx_theme#110 was merged). Similar PRs were opened and merged in torchchvision/audio/text, e.g.: pytorch/vision#3700 CC brianjo Pull Request resolved: pytorch#56578 Reviewed By: mrshenli Differential Revision: D28199244 Pulled By: ranman fbshipit-source-id: a20b7fd1b1da3ebff491286c3eeb1410f3c80670
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the GA id to UA-117752657-2 as recommended internally.
Also now that GA is natively supported by the theme (pytorch/pytorch_sphinx_theme#110) we don't need to tweak the template anymore.
CC @brianjo