Skip to content

Commit

Permalink
Merge pull request #7 from quadriga-dk/schnaitter/small_fixes_in_config
Browse files Browse the repository at this point in the history
Update _config.yml
  • Loading branch information
JulianeSFh authored Jun 20, 2024
2 parents f267538 + 4627059 commit 427a45b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
title: Fallstudie I - Tabelle
author: Jana, Juliane, Paul und Anton
logo: quadriga-logo.jpeg
copyright: "2024"
exclude_patterns: [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints", conda, README.md]

# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
execute:
execute_notebooks: force

# Information about where the book exists on the web
repository:
url: https://github.com/QuadrigaTabelle/Fallstudie1
branch: main

# Define the name of the latex output file for PDF builds
latex:
latex_documents:
Expand All @@ -31,14 +28,13 @@ sphinx:

# Information about where the book exists on the web
repository:
url: https://github.com/executablebooks/jupyter-book # Online location of your book
path_to_book: docs # Optional path to your book, relative to the repository root
branch: master # Which branch of the repository should be used when creating links (optional)
url: https://github.com/quadriga-dk/Tabelle-Fallstudie-1 # Online location of your book
branch: main # Which branch of the repository should be used when creating links (optional)

# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
use_issues_button: false
use_issues_button: true
use_repository_button: true


0 comments on commit 427a45b

Please sign in to comment.