Closed tekktrik closed 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").
language
None
"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!
@kattni Doesn't look like I can merge this, but I can run the patch now that CI passed!
Fixes issue with Sphinx 5.0.0 where
language
cannot be explicitly set toNone
. 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!