diff --git a/pg_cs/_config.yml b/pg_cs/_config.yml index 16cacd2d1d7a59955f37580cf564773d83419707..0518e134ec7337d243ebc9cf004a4c9d64aaceee 100644 --- a/pg_cs/_config.yml +++ b/pg_cs/_config.yml @@ -15,15 +15,16 @@ only_build_toc_files: true # Information about where the book exists on the web repository: +# repository_provider: https://lab.compute.dtu.dk/ 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 - branch: main # Which branch of the repository should be used when creating links (optional) +# 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) # Add GitHub buttons to your book # See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository #html: - use_issues_button: true - use_repository_button: true + use_issues_button: false + use_repository_button: false launch_buttons: notebook_interface: "classic" # or "jupyterlab" @@ -72,7 +73,7 @@ sphinx: repository_provider: https://lab.compute.dtu.dk html_context: gitlab_url: https://lab.compute.dtu.dk/mcla - gitlab_repo: "pgtest/pg_cs" + gitlab_repo: pgtest gitlab_user: "" gitlab_version: main doc_path: source