pndurette / gTTS

Python library and CLI tool to interface with Google Translate's text-to-speech API
http://gtts.readthedocs.org/
MIT License
2.3k stars 362 forks source link

Fix .readthedocs.yaml and update README.md #445

Closed austin-bowen closed 9 months ago

austin-bowen commented 10 months ago

As mentioned in #444, it seems the docs on readthedocs haven't been updated in the last couple releases. This PR tries to fix this by adding some missing fields to the .readthedocs.yaml file.

pndurette commented 9 months ago

@austin-bowen Oh thanks for this! I saw your PR on my phone when you sent it but never got back to it. Indeed ReadtheDocs changed stuff recently, but never really paid enough attention, didn't even realize the docs weren't updating, oops. LGTM!

pndurette commented 9 months ago

The issue w/ RTD was two fold: your fix above and also the Webhook was broken and needed to be resync'd. ~Sadly the tag v2.5.0 push was too far ago, so I can't redeliver that payload~ I was able to redeliver v2.5.0 but it was using the old deprecated config so can't build, but latest (main) docs have built successfully.

austin-bowen commented 9 months ago

Sweet! Glad we figured it out 👍

pndurette commented 9 months ago

Fixes #444