-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Addons: remove old X-RTD-Hosting-Integrations
HTTP header
#11653
Conversation
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.
Anything else we need here? Tests are failing bc of this.
We can move the removal of that particular test to another PR if we want, so we can merge that removal quicker. |
This header is useless now that we are fully migrated to Addons. I'm removing the only the test for now, since it's failing on all the PRs. Related #11653
This header is useless now that we are fully migrated to Addons. I'm removing the only the test for now, since it's failing on all the PRs. Related #11653
I'm adding this PR to the next sprint since we are all already in addons. Besides updating this PR, we will want to remove the this header from the CF worker as well. |
This header was used for `build.commands` when we were testing addons on those projects that were using our own Sphinx extension to inject the flyout. That is not required anymore since we have all the projects using the new addons now. Related readthedocs/readthedocs.org#11653 Closes #223
Co-authored-by: Eric Holscher <25510+ericholscher@users.noreply.github.com>
* CF Worker: remove unused `X-RTD-Hosting-Integrations` HTTP header This header was used for `build.commands` when we were testing addons on those projects that were using our own Sphinx extension to inject the flyout. That is not required anymore since we have all the projects using the new addons now. Related readthedocs/readthedocs.org#11653 Closes #223 * Remove header from tests
Remove old HTTP header used by
build.commands
. All the projects are using the new addons now, so this header is not used anymore.