docs/conf.py: Exclude cmath from modindex for wipy.
This commit is contained in:
parent
5071ceea07
commit
b2641b53e0
|
@ -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, [])
|
||||
|
|
Loading…
Reference in New Issue