fix: remove references to recently archived site#502
Merged
Conversation
9f6636b to
ee8f519
Compare
izmalk
reviewed
Jan 19, 2026
ee8f519 to
b6913ae
Compare
Author
|
The check for removed URLs will fail no matter what due to its trying to build the existing Edit: It passes now because I made the deleted RTD project available again. |
b6913ae to
611fa18
Compare
medubelko
reviewed
Jan 19, 2026
611fa18 to
f8da7f4
Compare
Author
|
I need to fix a couple links still but need to run for a bit. Will fix when I return. |
173e89f to
3cb49e3
Compare
3cb49e3 to
2720809
Compare
Author
Sounds good, rebased against |
medubelko
approved these changes
Jan 26, 2026
medubelko
left a comment
Collaborator
There was a problem hiding this comment.
LGTM, with one suggestion for readability.
2720809 to
4ea9662
Compare
medubelko
reviewed
Jan 26, 2026
The site https://canonical-example-product-documentation.readthedocs-hosted.com/ was recently deleted. This commit removes all links and references to that site. It also updates its use in demonstrating intersphinx use in the documentation with example syntax instead of a real link to protect against future link rot. Note that the deleted site has been temporarily re-created to prevent build failures from numerous sites that link to it. However, this is only a temporarily measure and those sites should also update their links to avoid future issues. Signed-off-by: Minae Lee <minae.lee@canonical.com>
4ea9662 to
ab89b8b
Compare
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
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.
The site https://canonical-example-product-documentation.readthedocs-hosted.com/ was recently deleted. This commit removes all links and references to that site, including replacing its use in demonstrating intersphinx use in the documentation with a different site.
Note that the deleted site has been temporarily re-created to prevent build failures from numerous sites that link to it. However, this is only a temporarily measure and those sites should also update their links to avoid future issues.
Closes #501
CHANGELOG.mdwith relevant non-documentation file changes?