docs: update links and config for switch to documentation.ubuntu.com/ops#1940
Merged
dwilding merged 4 commits intocanonical:mainfrom Jul 31, 2025
Merged
docs: update links and config for switch to documentation.ubuntu.com/ops#1940dwilding merged 4 commits intocanonical:mainfrom
dwilding merged 4 commits intocanonical:mainfrom
Conversation
dwilding
commented
Jul 31, 2025
dwilding
commented
Jul 31, 2025
dwilding
commented
Jul 31, 2025
This was referenced Jul 31, 2025
Contributor
Author
|
@benhoyt & @tonyandrewmeyer would you mind reviewing this PR and #1942 if possible? Thanks! I think it would be good to review both PRs at the same time if possible, as you'll get a better sense of what I left out of #1492. Please let me know if you think #1492 should expand in scope to essentially match this PR. |
tonyandrewmeyer
approved these changes
Jul 31, 2025
Collaborator
tonyandrewmeyer
left a comment
There was a problem hiding this comment.
Looks good to me - a couple of small questions/comments, but happy to approve.
I haven't actually tested this in any way; I assume I can't really do that.
benhoyt
approved these changes
Jul 31, 2025
dwilding
added a commit
that referenced
this pull request
Jul 31, 2025
…buntu.com/ops (#1942) This PR changes _selected_ hardcoded doc links to point to https://documentation.ubuntu.com/ops/2.23/ or https://documentation.ubuntu.com/ops/latest/ (as appropriate) instead of https://ops.readthedocs.io/en/latest/. Since the changes are targeted at 2.23-maintenance, I wanted to avoid unnecessary doc and code changes. So I'm only adjusting the links that people would first encounter in the README/PyPI/docs. This PR also changes the Sphinx config to make sure that all styles can be loaded. --- Related PR targeted at main: #1940. As soon as both PRs have merged, I'll set up redirects from ops.readthedocs.io to documentation.ubuntu.com/ops.
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.
This PR changes all hardcoded doc links to point to https://documentation.ubuntu.com/ops/latest/ instead of https://ops.readthedocs.io/en/latest/. In addition to switching to documentation.ubuntu.com, we're dropping
enfrom URLs.This PR also changes the Sphinx config to make sure that all styles can be loaded.
Related PR targeted at 2.23-maintenance: #1942. As soon as both PRs have merged, I'll set up redirects from ops.readthedocs.io to documentation.ubuntu.com/ops.