From d8ccf7b56a75caab457d257dff77db6132a7548b Mon Sep 17 00:00:00 2001 From: Ernesto Arbitrio Date: Wed, 20 Nov 2024 14:25:47 -0500 Subject: [PATCH] update docs --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 736f4c5a8..8607302fe 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -93,7 +93,7 @@ def ascii_bytes_from(path, *paths): "display_github": True, "github_user": "Crunch-io", "github_repo": "crunch-cube", - "github_version": "master/docs/", + "github_version": "master/docs/source/", "author": "crunch-cube Authors", "date": datetime.date.today().strftime("%d/%m/%y"), }