summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-xdocs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8fa88022f..6f86ea6cd 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, [])