gsp-eeg / PyGSP2

Graph Signal Processing 2 in Python
https://pygsp2.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Fix link of read-the-docs #30

Closed aweinstein closed 2 months ago

aweinstein commented 2 months ago

The Read the Docs is linked to branch 22-change-basename-folder-to-pygsp2. It should point to the branch master.

Note that the link we have is https://pygsp2.readthedocs.io/en/22-change-basename-folder-to-pygsp2/index.html#

It should be:

https://pygsp2.readthedocs.io/en/stable/#

lcortesg commented 2 months ago

Doc is linked to 22-change-basename-folder-to-pygsp2 branch until the pending merge to the master branch is approved, until that, the Read the Docs build for the master branch will keep failing, hence the broken link for the latest release https://pygsp2.readthedocs.io/en/latest/

cjotade commented 2 months ago

Other option is to create a "stable" branch that has the same information in 22-change-basename-folder-to-pygsp2

aweinstein commented 2 months ago

I did a review on #25 As soon as @lcortesg and @cjotade address my comments, we can do the merge and fix this issue.