docs/conf.py: Exclude cmath from modindex for wipy.

This commit is contained in:
Paul Sokolovsky 2016-06-19 19:17:42 +03:00
parent 5071ceea07
commit b2641b53e0
1 changed files with 1 additions and 0 deletions

View File

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