Skip to content

Commit

Permalink
docs/conf.py: Exclude cmath from modindex for wipy.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed Jun 19, 2016
1 parent 5071cee commit b2641b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,5 @@
# Exclude extra modules per port
modindex_exclude += {
'esp8266': ['cmath', 'select'],
'wipy': ['cmath'],
}.get(micropy_port, [])

0 comments on commit b2641b5

Please sign in to comment.