khulnasoft
commited on
Commit
•
8b96e0d
1
Parent(s):
6754520
Create _config.yml
Browse files- _config.yml +36 -0
_config.yml
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Book settings
|
2 |
+
# Learn more at https://jupyterbook.org/customize/config.html
|
3 |
+
|
4 |
+
title: CVE-ICU
|
5 |
+
author: KhulnaSoft Lab
|
6 |
+
logo: ambulance.png
|
7 |
+
|
8 |
+
# Force re-execution of notebooks on each build.
|
9 |
+
# See https://jupyterbook.org/content/execute.html
|
10 |
+
execute:
|
11 |
+
execute_notebooks: force
|
12 |
+
|
13 |
+
# Define the name of the latex output file for PDF builds
|
14 |
+
latex:
|
15 |
+
latex_documents:
|
16 |
+
targetname: book.tex
|
17 |
+
|
18 |
+
# Add a bibtex file so that we can create citations
|
19 |
+
bibtex_bibfiles:
|
20 |
+
- references.bib
|
21 |
+
|
22 |
+
# Information about where the book exists on the web
|
23 |
+
repository:
|
24 |
+
url: https://github.com/khulnasoft-lab/cve-icu # Online location of your book
|
25 |
+
path_to_book: book # Optional path to your book, relative to the repository root
|
26 |
+
branch: main # Which branch of the repository should be used when creating links (optional)
|
27 |
+
|
28 |
+
# Add GitHub buttons to your book
|
29 |
+
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
|
30 |
+
html:
|
31 |
+
use_issues_button: true
|
32 |
+
use_repository_button: true
|
33 |
+
favicon : "favicon.ico"
|
34 |
+
google_analytics_id : "GTM-M6LC7BMS"
|
35 |
+
|
36 |
+
copyright: "2023"
|