summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-07 16:44:10 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-07 16:44:10 +0300
commit9c04299da15f358318b6cda84bdb0ae79e5889bd (patch)
tree126fc6fad2491e6b8f2f4d82a82716009e69a577 /docs/conf.py
parent5e7fa7c80cc4704185200eb566344f0b342757d5 (diff)
docs: esp8266: Enable "machine" module docs.
The docs are still heavily biased towards WiPy, so will need a lot of exclusions.
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-xdocs/conf.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5e2164ea4..4c0f70080 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -317,5 +317,3 @@ exclude_patterns.extend([port + '*' for port in ports if port != micropy_port])
# Exclude pyb module if the port is the WiPy
if micropy_port == 'wipy':
exclude_patterns.append('library/pyb*')
-else: # exclude machine
- exclude_patterns.append('library/machine*')