If the proper sphinx_panels extension is loaded, this exception occurs:
```
Exception occurred:
File "/usr/lib/python3/dist-packages/sphinx/registry.py", line 346, in create_translator
setattr(translator, 'visit_' + name, MethodType(visit, translator))
TypeError: first argument must be callable
```