diff --git a/docs/conf.py b/docs/conf.py
index 8fa88022f0ba8e3e1c2980db1bccb677930c1cca..6f86ea6cdbef50fd93fd1e0125f09b85cbb26bec 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -335,4 +335,5 @@ for p, l in modules_port_specific.items():
 # Exclude extra modules per port
 modindex_exclude += {
     'esp8266': ['cmath', 'select'],
+    'wipy': ['cmath'],
 }.get(micropy_port, [])