File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Jupyter Book configuration
2+ title : " Keçeci Hash Algorithm (KHA-256)"
3+ author : " Mehmet Keçeci"
4+ logo : " logo.png"
5+ copyright : " 2024 Mehmet Keçeci"
6+ license : " AGPL-3.0"
7+
8+ # Book settings
9+ html :
10+ baseurl : " "
11+ home_page_in_navbar : true
12+ use_edit_page_button : true
13+ use_repository_button : true
14+ repository_url : " https://github.com/WhiteSymmetry/kha256"
15+ repository_branch : " main"
16+ extra_footer : |
17+ <p>© 2024 Mehmet Keçeci. Bu belge AGPL-3.0 lisansı altındadır.</p>
18+
19+ # Execution settings
20+ execute :
21+ execute_notebooks : force
22+ timeout : 300
23+ allow_errors : false
24+
25+ # Parse settings
26+ parse :
27+ myst_enable_extensions :
28+ - colon_fence
29+ - deflist
30+ - dollarmath
31+ - tasklist
32+
33+ # Sphinx settings
34+ sphinx :
35+ config :
36+ language : " tr"
37+ html_theme : " sphinx_book_theme"
38+ html_theme_options :
39+ logo_only : true
40+ show_toc_level : 2
41+ navigation_depth : 3
42+ repository_url : " https://github.com/WhiteSymmetry/kha256"
43+ repository_branch : " main"
44+ path_to_docs : " content"
45+ use_edit_page_button : true
46+ use_repository_button : true
47+ use_issues_button : true
48+
49+ # LaTeX settings
50+ latex :
51+ latex_engine : xelatex
52+ latex_documents :
53+ targetname : book.tex
You can’t perform that action at this time.
0 commit comments