From 94015f5cc69e5a3a14e79fdc713b0eee36739df9 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Sat, 19 Sep 2020 14:37:28 -0700 Subject: [PATCH] docs: Fix html_context values. Signed-off-by: Tim 'mithro' Ansell --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 @@ master_doc = 'index' 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: