From b2641b53e0e9d1c13243f1e73d4255664706403a Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Sun, 19 Jun 2016 19:17:42 +0300
Subject: [PATCH] docs/conf.py: Exclude cmath from modindex for wipy.

---
 docs/conf.py | 1 +
 1 file changed, 1 insertion(+)

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, [])
-- 
GitLab