Unverified Commit b032ff81 authored by Akke Viitanen's avatar Akke Viitanen
Browse files

reduce autoapi directory scope

parent 3c1c4831
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -50,7 +50,8 @@ html_show_sourcelink = False
add_module_names = False

autoapi_type = "python"
autoapi_dirs = ["../src"]
# autoapi_dirs = ["../src"]
autoapi_dirs = ["../src/lsst_inaf_agile"]
autoapi_ignore = ["*/__main__.py", "*/_version.py"]
autoapi_add_toc_tree_entry = False
autoapi_member_order = "bysource"