summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-05-14 18:48:07 -0700
committerScott Shawcroft <scott@tannewt.org>2020-05-14 18:48:07 -0700
commit8ac3e7977f87219454dbab50264a723e797b877a (patch)
tree9038caba5e2ac76fa1d742cd9c80dc5c1c6eaf82 /conf.py
parent15c2d16bf927c4cbf6c4dbb9773b7c835f26c06d (diff)
Remove debug prints
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index ee65e39fb..d6fa8f7e5 100644
--- a/conf.py
+++ b/conf.py
@@ -73,7 +73,6 @@ autoapi_type = 'python'
# Uncomment this if debugging autoapi
autoapi_keep_files = True
autoapi_dirs = [os.path.join('circuitpython-stubs', x) for x in os.listdir('circuitpython-stubs')]
-print(autoapi_dirs)
autoapi_add_toctree_entry = False
autoapi_options = ['members', 'undoc-members', 'private-members', 'show-inheritance', 'special-members', 'show-module-summary']
autoapi_template_dir = 'docs/autoapi/templates'