adafruit / adabot

Adabot is our robot friend who helps Adafruit online
MIT License
13 stars 27 forks source link

Add patch for fixing language setting in docs/conf.py #266

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Fixes issue with Sphinx 5.0.0 where language cannot be explicitly set to None. Now, the language is set to English ("en").

Associated draft PR: https://github.com/adafruit/Adafruit_CircuitPython_BNO055/pull/105

Works on all but 6 libraries, so easy to manually patch up afterwards!

tekktrik commented 2 years ago

@kattni Doesn't look like I can merge this, but I can run the patch now that CI passed!