Skip to content

Commit

Permalink
fix issue with sphinx autoapi
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Feb 29, 2024
1 parent 69a43b4 commit bdf7f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# autoapi directives
autoapi_dirs = ["../src/access_nri_intake"]
autoapi_add_toctree_entry = False
autoapi_ignore = ["*/.ipynb_checkpoints", "*/_version.py", "*/__init__.py"]
autoapi_ignore = ["*/.ipynb_checkpoints", "*/_version.py"]
autoapi_python_class_content = "both"
autoapi_options = [
"members",
Expand Down

0 comments on commit bdf7f6b

Please sign in to comment.