scarletcafe / jishaku

A debugging and testing cog for discord.py rewrite bots.
https://jishaku.readthedocs.io/en/latest/
MIT License
541 stars 181 forks source link

Documentation website is outdated #241

Open Pyker opened 5 days ago

Pyker commented 5 days ago

Summary

The documentation page appears to not have been updated with any of the 2.6.0 changes, including the changelog and the username change.

Reproduction steps

Open https://jishaku.readthedocs.io/en/latest/.

Expected results

The 2.6.0 changelog should be there, along with other changes like the username.

Actual results

Footer still says "Gorialis", latest changelog is 2.5.2.

Checklist

System information

N/A

scarletcafe commented 5 days ago

Seems this was broken by d42d153a322b0baaa16a9bc9131d77978af6b129 because the readthedocs config is still looking for requirements/discordpy.txt. 9f7dbb76553150db7f3427e0091922bd060e5ded should fix this for latest. stable would need a new tag pushing, I'll do that a bit later because I want to wait to see if any more bug reports roll in so I can get everything sorted at once.