Skip to content
Snippets Groups Projects
Commit 3091d9a2 authored by mcla's avatar mcla
Browse files

bug hunting

parent 9f299f97
Branches main
No related tags found
No related merge requests found
Pipeline #31369 passed
...@@ -15,15 +15,16 @@ only_build_toc_files: true ...@@ -15,15 +15,16 @@ only_build_toc_files: true
# Information about where the book exists on the web # Information about where the book exists on the web
repository: repository:
# repository_provider: https://lab.compute.dtu.dk/
url: https://lab.compute.dtu.dk/mcla/pgtest # Online location of your book url: https://lab.compute.dtu.dk/mcla/pgtest # Online location of your book
path_to_book: pg_cs # Optional path to your book, relative to the repository root # path_to_book: "pg_cs" # Optional path to your book, relative to the repository root
branch: main # Which branch of the repository should be used when creating links (optional) # branch: "main" # Which branch of the repository should be used when creating links (optional)
# Add GitHub buttons to your book # Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository # See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
#html: #html:
use_issues_button: true use_issues_button: false
use_repository_button: true use_repository_button: false
launch_buttons: launch_buttons:
notebook_interface: "classic" # or "jupyterlab" notebook_interface: "classic" # or "jupyterlab"
...@@ -72,7 +73,7 @@ sphinx: ...@@ -72,7 +73,7 @@ sphinx:
repository_provider: https://lab.compute.dtu.dk repository_provider: https://lab.compute.dtu.dk
html_context: html_context:
gitlab_url: https://lab.compute.dtu.dk/mcla gitlab_url: https://lab.compute.dtu.dk/mcla
gitlab_repo: "pgtest/pg_cs" gitlab_repo: pgtest
gitlab_user: "" gitlab_user: ""
gitlab_version: main gitlab_version: main
doc_path: source doc_path: source
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment