diff --git a/docs/conf.py b/docs/conf.py index 8fa88022f0..6f86ea6cdb 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, [])