Skip to content

Commit b2641b5

Browse files
committed
docs/conf.py: Exclude cmath from modindex for wipy.
1 parent 5071cee commit b2641b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,5 @@
335335
# Exclude extra modules per port
336336
modindex_exclude += {
337337
'esp8266': ['cmath', 'select'],
338+
'wipy': ['cmath'],
338339
}.get(micropy_port, [])

0 commit comments

Comments
 (0)