Skip to content
Snippets Groups Projects
Commit b473c4e3 authored by Konrad Völkel's avatar Konrad Völkel
Browse files

juypterbook config

parent fe8170c4
No related branches found
No related tags found
No related merge requests found
title: "HHU Data Science Vorlesungsskript"
description: >-
Vorlesungsskript für die Vorlesung "Data Science" an der HHU Düsseldorf
author: "Konrad Völkel"
email: "datascience@konradvoelkel.com"
copyright: "2023 CC-BY-SA 4.0"
release: "0.1"
logo: "images/logo-wide.svg"
exclude_patterns: ["README.md", "LICENSE", ".git/*", ".venv/*"]
only_build_toc_files: true
execute:
execute_notebooks: off
repository:
url: "https://gitlab.cs.uni-duesseldorf.de/voelkel/ds-skript"
path_to_book: ""
branch: "main"
launch_buttons:
notebook_interface: "jupyterlab"
jupyterhub_url: "https://jupyterhub.cs.hhu.de/"
html:
use_repository_button: true
use_issues_button: true
#use_edit_page_button: true
use_multitoc_numbering: true
favicon: "images/favicon.ico"
baseurl: "https://voelkel.pages.cs.uni-duesseldorf.de/ds-skript/"
latex:
latex_engine: "xelatex" #pdflatex #lualatex
use_jupyterbook_latex: true
latex_documents:
targetname: ds-skript.tex
bibtex_bibfiles:
- references.bib
parse:
myst_enable_extensions:
- amsmath
- colon_fence
- deflist
- dollarmath
- html_image
sphinx:
config:
html_show_copyright: false
html_baseurl: "https://voelkel.pages.cs.uni-duesseldorf.de/ds-skript/"
execution_show_tb: True
latex_elements:
preamble: |+
\pgfplotsset{compat=1.17}
language: de
html_css_files: ["custom.css"]
bibtex_bibfiles:
- references.bib
bibtex_reference_style: author_year
latex_toplevel_sectioning: 'section'
latex_elements.papersize: a4paper
latex_elements.pointsize: 12pt
# extra_extensions:
# - sphinx_sitemap
# - sphinx_multitoc_numbering
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment