-
Notifications
You must be signed in to change notification settings - Fork 76
docs: add troubleshooting how-to #432
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
Merged
medubelko
merged 3 commits into
canonical:main
from
medubelko:docs-add-troubleshooting-how-to
Aug 29, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| .. _how-to-troubleshoot-issues: | ||
|
|
||
| Troubleshoot issues | ||
| =================== | ||
|
|
||
| This page provides guidance to resolve issues with the Starter Pack and ReadTheDocs | ||
| that are difficult to identify or that we don't expect to be solved. | ||
|
|
||
|
|
||
| Stable version won't build from the latest tag | ||
| ---------------------------------------------- | ||
|
|
||
| If your project has the ``stable`` version configured to build from tags, such as with | ||
| the default `semantic versioning behavior | ||
| <https://docs.readthedocs.com/platform/stable/versions.html#versions-are-git-tags-and-branches>`_, | ||
| your ``stable`` version can become out-of-step and continue building a particular tag, | ||
| even when the repository has newer tags. | ||
|
|
||
|
|
||
| Possible causes | ||
| ~~~~~~~~~~~~~~~ | ||
|
|
||
| An unwanted tag might have been pushed to the repository and then removed. Once | ||
| ReadTheDocs creates a version from a tag, it doesn't later verify that the tag still | ||
| exists, so the version will persist and become a zombie. | ||
|
|
||
| If the unwanted tag is a higher iterator than any existing tag, the zombie version will | ||
| always take precedence. For example, if tag ``20.2.0`` was pushed by accident and then | ||
| replaced with ``2.20.0``, the corresponding version 20.2.0 will persist, and ``stable`` | ||
| will continue pointing to it. | ||
|
|
||
|
|
||
| Diagnosis | ||
| ~~~~~~~~~ | ||
|
|
||
| There's a roundabout procedure to verify whether your project is affected. Start by | ||
| opening your project dashboard on ReadTheDocs. | ||
|
|
||
| On the **Builds** tab, locate the most recent ``stable`` build. For that version, hover | ||
| over the status indicator. In the hover box, open the **stable** link. If the resulting | ||
| GitHub page is a 404, then your project has a zombie version. | ||
|
|
||
| .. image:: assets/troubleshoot-stable-zombie-version.png | ||
|
|
||
| Resolution | ||
| ~~~~~~~~~~ | ||
|
|
||
| On your project dashboard, open the **Versions** tab and click **Add version**. | ||
|
|
||
| Find the zombie version, deactivate it, then update it. | ||
|
|
||
| Rebuild ``stable`` by retriggering it on the dashboard or pushing a new tag to the | ||
| repository. | ||
|
|
||
|
|
||
| Issue tracking | ||
| ~~~~~~~~~~~~~~ | ||
|
|
||
| `readthedocs/readthedocs.org#12450 | ||
| <https://github.com/readthedocs/readthedocs.org/issues/12450>`_ | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.