-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
39 lines (34 loc) · 1.53 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Book settings
title: "eAkkadian" # The title of the book. Will be placed in the left navbar.
author: Shai Gordin & Luis Sáenz # The author of the book
execute:
execute_notebooks: force
# References-Bibliography
bibtex_bibfiles:
- references.bib
sphinx:
config:
bibtex_reference_style: author_year
#######################################################################################
# Launch button settings
# Information about where the book exists on the web
repository:
url: https://github.com/DigitalPasts/eAkkadian/ # Online location of your book
branch : main # Which branch of the repository should be used when creating links (optional)
#######################################################################################
# HTML-specific settings
html:
use_repository_button: true # Whether to add a link to your repository button
use_issues_button: true # Whether to add an "open an issue" button
google_analytics_id: G-PW78G45323 # A GA id that can be used to track book views.
home_page_in_navbar : false # Whether to include your home page in the left Navigation Bar
comments:
hypothesis: true
#######################################################################################
# LaTeX-specific settings
latex:
latex_engine : pdflatex # one of 'pdflatex', 'xelatex' (recommended for unicode), 'luatex', 'platex', 'uplatex'
#######################################################################################
# Parse and render settings
parse:
myst_all_links_external: false