docs: point out limitations of implicit conversions
diff --git a/docs/advanced.rst b/docs/advanced.rst
index 2067c89..c257fa2 100644
--- a/docs/advanced.rst
+++ b/docs/advanced.rst
@@ -617,6 +617,11 @@
 
     py::implicitly_convertible<A, B>();
 
+.. note::
+
+    Implicit conversions from ``A`` to ``B`` only work when ``B`` is a custom
+    data type that is exposed to Python via pybind11.
+
 .. _static_properties:
 
 Static properties