From 01f1205f14db828c95cd7d9146fe37cf4f24147d Mon Sep 17 00:00:00 2001 From: Henry Webel Date: Tue, 8 Jul 2025 15:16:16 +0200 Subject: [PATCH 1/2] :art: define link for fork in pyproject.toml - will need manual updating the website --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7a59c2e..073490f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,8 @@ license = "MIT" # https://choosealicense.com/ [project.urls] -"Bug Tracker" = "https://github.com/RasmussenLab/python_package/issues" -"Homepage" = "https://github.com/RasmussenLab/python_package" +"Bug Tracker" = "https://github.com/biosustain/python_package/issues" +"Homepage" = "https://github.com/biosustain/python_package" [project.optional-dependencies] # Optional dependencies to locally build the documentation, also used for From 76f829c03272273407844c23b8ed0e2caf391636 Mon Sep 17 00:00:00 2001 From: Henry Webel Date: Tue, 8 Jul 2025 15:32:24 +0200 Subject: [PATCH 2/2] :bug: change it only for the website --- docs/conf.py | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4851ebe..e33b0a9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,8 +96,8 @@ # html_logo = "_static/logo-wide.svg" # html_favicon = "_static/logo-square.svg" html_theme_options = { - "github_url": "https://github.com/RasmussenLab/python_package", - "repository_url": "https://github.com/RasmussenLab/python_package", + "github_url": "https://github.com/biosustain/python_package", + "repository_url": "https://github.com/biosustain/python_package", "repository_branch": "main", "home_page_in_toc": True, "path_to_docs": "docs", diff --git a/pyproject.toml b/pyproject.toml index 073490f..7a59c2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,8 @@ license = "MIT" # https://choosealicense.com/ [project.urls] -"Bug Tracker" = "https://github.com/biosustain/python_package/issues" -"Homepage" = "https://github.com/biosustain/python_package" +"Bug Tracker" = "https://github.com/RasmussenLab/python_package/issues" +"Homepage" = "https://github.com/RasmussenLab/python_package" [project.optional-dependencies] # Optional dependencies to locally build the documentation, also used for