diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-05-20 10:48:27 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-05-20 10:48:27 -0700 |
| commit | ba724fffb4e67dc37159c1371352e42e0bab7b4a (patch) | |
| tree | 502847224bc9ef6e292e3d5529e8fda30918a935 /conf.py | |
| parent | fd0420d43209a533f4896adae36952d9a11dc49c (diff) | |
| parent | 916ca9f8a635d20c299326a955d4ca51dae055e1 (diff) | |
Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,7 @@ import sys import os import recommonmark +import subprocess # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -67,6 +68,7 @@ source_suffix = { '.md': 'markdown', } +subprocess.check_output(["make", "stubs"]) extensions.append('autoapi.extension') autoapi_type = 'python' |
