This repository was archived by the owner on Nov 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 353
Conversation
This file contains hidden or 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
shamrickus
approved these changes
Sep 7, 2023
Member
|
It's failing to install dependencies: Full log (click to expand) |
Contributor
Author
|
Yeah, I noticed that - it's odd because I literally just used the versions I have and everything seemed to work fine locally. I'll try again. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
something isn't working as intended
documentation
related to documentation
low impact
affects only a small portion of a CDN, and cannot itself break one
TC Client (python)
related to the Python implementation of a TC client
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.
I checked my site packages and in version 5.1 Sphinx is correctly importing
Unionfrom thetypingpackage, not thetypespackage, so I figure it's worth a shot updating our dependencies to see if that fixes the RTD build.I also fixed a bunch of docs problems I encountered when checking that the build works with my versions of things. And also during those fixes I noticed an endpoint in the Python client is being offered at version 5.x but it doesn't actually exist in APIv5.
Which Traffic Control components are affected by this PR?
What is the best way to verify this PR?
Build the docs, check that there are no errors or warnings. Other than that, we'll need to wait for RTD to pick it up to verify that it helps with that.
If this is a bugfix, which Traffic Control versions contained the bug?
PR submission checklist