From 99274f31eb79614e3b8ee2027071cb4d3ad4e6f5 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Tue, 12 Jul 2022 16:59:42 -0700 Subject: [PATCH] Fixing Sphinx config for GitHub. Signed-off-by: Tim 'mithro' Ansell --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 36ba1bb..ba4b171 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -86,8 +86,8 @@ if not on_rtd: "display_github": True, # Integrate GitHub "github_user": "google", # Username "github_repo": "skywater-pdk", # Repo name - "github_version": "master", # Version - "conf_py_path": "/doc/", + "github_version": "main", # Version + "conf_py_path": "/docs/", } else: docs_dir = os.path.abspath(os.path.dirname(__file__))