Skip to content

Commit 56f1516

Browse files
Update _config.yml
1 parent 601a0ab commit 56f1516

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

_config.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
11
# In _config.yml
22
title: Python for Programmers with AI Case Studies in Persian
33
author: 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
76
repository:
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
1210
html:
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
1715
execute:
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
2221
sphinx:
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"]

0 commit comments

Comments
 (0)