#2682 Backport changes to core PrimAITE
This commit is contained in:
@@ -147,7 +147,7 @@ def copy_notebooks_to_docs() -> Any:
|
||||
This allows developers to create new notebooks without having to worry about updating documentation when
|
||||
a new notebook is included within PrimAITE.
|
||||
"""
|
||||
notebook_asset_types = [".ipynb", ".png"]
|
||||
notebook_asset_types = [".ipynb", ".png", ".svg"]
|
||||
notebook_directories = []
|
||||
|
||||
# find paths where notebooks are contained
|
||||
|
||||
Reference in New Issue
Block a user