* chore(mkdocs.yml): add mknotebooks plugin configuration

* - Set execute to false
* - Set timeout to 100
* - Set allow_errors to false
* - Add tag_remove_configs:
* - Set remove_cell_tags to ["Remove_cell"]
* - Set remove_all
This commit is contained in:
NirantK
2023-08-21 19:18:47 +05:30
parent 472057abf3
commit 40a7c7c21a

View File

@@ -68,3 +68,16 @@ plugins:
show_inheritance: true
show_private: false
show_special_members: false
- mknotebooks:
execute: false
timeout: 100
allow_errors: false
tag_remove_configs:
remove_cell_tags:
- Remove_cell
remove_all_outputs_tags:
- Remove_all_output
remove_single_output_tags:
- Remove_single_output
remove_input_tags:
- Remove_input