mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
docs/conf.py: Exclude cmath from modindex for wipy.
This commit is contained in:
@@ -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, [])
|
||||
|
||||
Reference in New Issue
Block a user