mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #1121] Documentation for version 2.23.0 not available #664
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#664
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dieser-niko on GitHub (May 27, 2024).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1121
Originally assigned to: @stephanebruckert on GitHub.
It seems that after #1120 the site https://spotipy.readthedocs.io returns a 404 not found. The previous versions like 2.22.1 are still available.
There's also the commit
cc24b4c22f, but either the build didn't even trigger or there's another problem.I don't have access to RTD so I can't really identify/fix the problem.
@stephanebruckert commented on GitHub (May 28, 2024):
On it!
@dieser-niko commented on GitHub (May 28, 2024):
At least it's now redirecting to 2.22.1 again.
Edit: no wait what? 2.23.0_a?
@dieser-niko commented on GitHub (May 28, 2024):
Soo is is fixed now? Because I'd like to release a new version and the documentation is the only thing which is holding me back.
@stephanebruckert commented on GitHub (May 28, 2024):
Docs is fixed for the next releases.
2.23.0 tag didn't build previously due to changes on the RTD side. I still managed to build it using the same fix as on master, by checking out from the 2.23.0 tag to a 2.23.0 branch. Building that it successfully created the 2.23.0 doc page (branch name) but the URL unfortunately shows 2.23.0_a. For reference
_ais mentioned here https://github.com/readthedocs/readthedocs.org/issues/4062Good enough solution for now but will still post an issue on RTD to see if there is a way to remove
_a.Edit: I emailed them as per https://github.com/readthedocs/readthedocs.org/issues/9684#issuecomment-1376883088
@robert-elles commented on GitHub (May 30, 2024):
In the meantime are the docs still available through a different link somewhere else?
@dieser-niko commented on GitHub (May 30, 2024):
Actually, they are available, currently under this link: https://spotipy.readthedocs.io/en/2.23.0/
Not sure what is going on now. It was working just fine yesterday. @stephanebruckert
@stephanebruckert commented on GitHub (May 30, 2024):
RTD responded and renamed the URL 👍
Looks like I had to set the default branch again. All fixed now!
@dieser-niko commented on GitHub (May 30, 2024):
Then closing issue, seems to be resolved!