docs: Fix html_context values.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
diff --git a/docs/conf.py b/docs/conf.py
index ecc4c9d..08ba291 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -83,10 +83,10 @@
 on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
 if not on_rtd:
     html_context = {
-        "display_github": True,  # Integrate GitHub
-        "github_user": "mithro",  # Username
-        "github_repo": "python-sphinx-verilog",  # Repo name
-        "github_version": "master",  # Version
+        "display_github": True,         # Integrate GitHub
+        "github_user": "google",        # Username
+        "github_repo": "skywater-pdk",  # Repo name
+        "github_version": "master",     # Version
         "conf_py_path": "/doc/",
     }
 else: