File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 11# In _config.yml
22title : Python for Programmers with AI Case Studies in Persian
33author : Deitel & Deitel
4- logo : " " # You can add a path to a logo image if you have one
4+ logo : " "
55
6- # Tell Jupyter Book to find your notebooks in the repository root
76repository :
8- url : https://github.com/your-username /Python-for-Programmers-with-Introductory-AI-Case-Studies # Replace with your repo URL
9- branch : main # Or master
7+ url : https://github.com/MarziyehAghabalasafar /Python-for-Programmers-with-Introductory-AI-Case-Studies # Replace with your repo URL
8+ branch : main
109
11- # Add buttons to link back to your repository
1210html :
1311 use_issues_button : true
1412 use_repository_button : true
1513
16- # Tell Jupyter Book to execute notebooks
14+ # This block controls how notebooks are executed
1715execute :
1816 execute_notebooks : force
19- # This allows notebooks to run even if the kernel name doesn't match
17+ kernel_name : python3
2018 allow_errors : true
2119
20+ # This block passes general settings to the builder
2221sphinx :
2322 config :
24- # Execute all notebooks
25- nb_execution_mode : force
26- # Allow the build to continue even if a code cell has an error
27- nb_execution_allow_errors : true
28- # Force the build to use the standard python3 kernel
29- nb_execution_kernel_name : " python3"
30- # NEW: Add this line to ignore missing image warnings
3123 suppress_warnings : ["image.not_readable"]
You can’t perform that action at this time.
0 commit comments