From 9c04299da15f358318b6cda84bdb0ae79e5889bd Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 7 Apr 2016 16:44:10 +0300 Subject: docs: esp8266: Enable "machine" module docs. The docs are still heavily biased towards WiPy, so will need a lot of exclusions. --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/conf.py') 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*') -- cgit v1.2.3