From d8852b0d4ec9882f7c2b97c4f4941819154e7424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98ens-ftricomi=E2=80=99?= Date: Fri, 15 Sep 2023 16:41:25 +0100 Subject: [PATCH] fix url --- .github/workflows/documentation.yaml | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index bf53f71..705d5d1 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -20,5 +20,5 @@ jobs: with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: docs/build + publish_dir: ./docs/build force_orphan: true \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 9eb9bc2..cad26d6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -44,7 +44,7 @@ copyright_owner = "EMBL-European Bioinformatics Institute" copyright_dates = "[2016-%d]" % datetime.datetime.now().year copyright = copyright_dates + " " + copyright_owner - +html_baseurl = 'https://ensembl.github.io/ensembl-anno/' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration