Remove debug prints
This commit is contained in:
parent
15c2d16bf9
commit
8ac3e7977f
1
conf.py
1
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'
|
||||
|
@ -7,7 +7,6 @@ top_level = sys.argv[1].strip("/")
|
||||
stub_directory = sys.argv[2]
|
||||
|
||||
def convert_folder(top_level, stub_directory):
|
||||
print(top_level, stub_directory)
|
||||
ok = 0
|
||||
total = 0
|
||||
filenames = sorted(os.listdir(top_level))
|
||||
|
Loading…
Reference in New Issue
Block a user