From af2dec524c796ecd3c67bd6b0d6669ed749f11ec Mon Sep 17 00:00:00 2001 From: Bingqing Liu <123585527+bingqing-liu@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:31:31 -0500 Subject: [PATCH] Update _config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 381b59f..8c1df0a 100644 --- a/_config.yml +++ b/_config.yml @@ -36,7 +36,7 @@ launch_buttons: # Information about where the book exists on the web repository: - url: https://envs473.bingqingliu.com # Online location of your book + url: https://github.com/bingqing-liu/ENVS473-Remote-Sensing # Online location of your book # path_to_book: docs # Optional path to your book, relative to the repository root branch: main # Which branch of the repository should be used when creating links (optional) @@ -56,7 +56,7 @@ sphinx: html_extra_path: ["CNAME"] html_theme_options: use_download_button: true - repository_url: https://envs473.bingqingliu.com/ + repository_url: https://github.com/bingqing-liu/ENVS473-Remote-Sensing repository_branch: main # Specify the correct branch for theme options use_issues_button: true use_repository_button: true