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

pull/2197/head
Paul Sokolovsky 2016-06-19 19:17:42 +03:00
rodzic 5071ceea07
commit b2641b53e0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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