Context instance is being deprecated in favor of using context
dictionaries. So resolving warnings means patching this library
for some projects, like readthedocs, which use it.
When I tested out the removal of the context_instance, things
worked. However, I'm not sure I fully understood how context_instance
was being used. So I'm not sure if there are edge cases where
removing it might effect others, despite it not having effected me.
Context instance is being deprecated in favor of using context dictionaries. So resolving warnings means patching this library for some projects, like readthedocs, which use it.
When I tested out the removal of the context_instance, things worked. However, I'm not sure I fully understood how context_instance was being used. So I'm not sure if there are edge cases where removing it might effect others, despite it not having effected me.