Skip to content

Commit

Permalink
Fixed autoapi path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias157 committed Sep 20, 2024
1 parent d935585 commit bc1d664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RawDataProcessing/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]

# search this directory for Python files
autoapi_dirs = ["RawDataProcessing"]
autoapi_dirs = ["../"]

# ignore this file when generating API documentation
autoapi_ignore = ["*/conf.py"]
Expand Down

0 comments on commit bc1d664

Please sign in to comment.