From eab6afd85561dc51a46905bde6541972965d7654 Mon Sep 17 00:00:00 2001 From: Mats Eikeland Mollestad Date: Mon, 25 Nov 2024 23:45:51 +0100 Subject: [PATCH] Update deploy_docs.yml --- .github/workflows/deploy_docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index d054013b..a1d27ee7 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -28,7 +28,6 @@ jobs: --project-name=aligned \ --project-url=https://github.com/$GITHUB_REPOSITORY \ --html-viewsource-base=https://github.com/$GITHUB_REPOSITORY/tree/$GITHUB_SHA \ - --html-base-url=https://$GITHUB_REPOSITORY_OWNER.github.io/${GITHUB_REPOSITORY#*/} \ --html-output=./apidocs \ --docformat=restructuredtext \ --intersphinx=https://docs.python.org/3/objects.inv \