adafruit / Adafruit_CircuitPython_PCA9685

Adafruit CircuitPython driver for PCA9685 16-channel, 12-bit PWM LED & servo driver chip.
MIT License
120 stars 64 forks source link

RTD showing double colons in fields #51

Closed jposada202020 closed 1 year ago

jposada202020 commented 1 year ago

image According to my preliminary investigation..

I checked the conf.py file of this library and the displayio_layout, where it shows correclty and I could see that this library has not the napoleon theme installed. However I do not think this is the issue, as the MCP4728 had it installed but showed the same problem wiith the double colons in RTD https://github.com/adafruit/Adafruit_CircuitPython_MCP4728/blob/d907e3e0baa15cd50cc647d80261dac77aeb68fe/docs/conf.py#L104

I found this source online, that this was present in a previous version of sphinx: https://stackoverflow.com/questions/70426337/sphinx-documentation-showing-double-colon-in-fields

When I built the documentation locally the two double colons does not shown, so not really sure what is hapenning. Maybe we patch sphinx and we did not built the documenation... not sure :(

jposada202020 commented 1 year ago

This was fixed by Release of 3.4.8.