#premature need to update libraries to reflect `latest` docs

1 messages · Page 1 of 1 (latest)

edgy raptor
#

starting a thread

#

we could consider backporting the displayio refactor to 8.x.x, but that probably isn't worth it

upper quest
#

it might be possible to use the mock module list in order to get the docs to build without making the change in code yet so that we could still defer it if we wanted to go that route.

edgy raptor
real nacelle
#

I did consider not warning until we release 9.0.0 stable

#

I thought the docs would build ok because I do have import lines in the stubs that should use the old names

native night
#

I don't understand the build/doc issues but could a try/except block be used on the imports and bus creation calls during the transition

edgy raptor
real nacelle
#

that doesn't mean it works with intersphinx though. I'm not sure why it is having an issue

native night