Skip to content
Snippets Groups Projects
Commit b2641b53 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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

parent 5071ceea
No related branches found
No related tags found
No related merge requests found
......@@ -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, [])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment