From 68fe204e8e598da9567e6bedd9683190d5dc460a Mon Sep 17 00:00:00 2001 From: Dan Calavrezo Date: Tue, 11 Feb 2025 13:39:46 +0200 Subject: [PATCH] docs: flattend gh-pages structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flattened folder structure of the published gh-pages gh-pages/ ................. │─ pr-42/ # PR #42 preview │─ pr-99/ # PR #99 preview │─ feature-x/ # Feature branch preview │─ v17/ # Tagged release │─ main/ # main branch This was done in order to ensure proper cleaning ( avoiding race conditions and clutter). Thus the latest code should be refrenced from the /main subfolder. Updated the accordingly. Issue-ref: closes #269 eclipse-score/score#269 Signed-off-by: Dan Calavrezo --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2d261ab..cc2b3a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ html_theme_options = { "external_links": [ - {"name": "Docs", "url": "https://eclipse-score.github.io/score/"}, + {"name": "Docs", "url": "https://eclipse-score.github.io/score/main"}, { "name": "Eclipse", "url": "https://projects.eclipse.org/projects/automotive.score",