summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-05-20 10:48:27 -0700
committerScott Shawcroft <scott@tannewt.org>2020-05-20 10:48:27 -0700
commitba724fffb4e67dc37159c1371352e42e0bab7b4a (patch)
tree502847224bc9ef6e292e3d5529e8fda30918a935 /conf.py
parentfd0420d43209a533f4896adae36952d9a11dc49c (diff)
parent916ca9f8a635d20c299326a955d4ca51dae055e1 (diff)
Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index f5aa957de..3980ea8e1 100644
--- a/conf.py
+++ b/conf.py
@@ -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'