adafruit / cookiecutter-adafruit-circuitpython

Cookiecutter template for Adafruit's CircuitPython libraries.
MIT License
22 stars 37 forks source link

fix rtd theme #232

Closed FoamyGuy closed 11 months ago

FoamyGuy commented 1 year ago

Same fix from: https://github.com/adafruit/Adafruit_CircuitPython_TestRepo/pull/49

as well as in the core: https://github.com/adafruit/circuitpython/pull/8322

I've confirmed successful rtd builds with the test repo using this fix: https://readthedocs.org/projects/adafruit-circuitpython-testrepo/builds/

FoamyGuy commented 1 year ago

Also relevant along with this, here is the PR for Adabot to add the patch for this fix (although it may still need tweaking I think): https://github.com/adafruit/adabot/pull/353

And here is a draft PR in one library with this change that the patch was generated from: https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1306/pull/34