docs: Fix html_context values.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2020-09-19 14:37:28 -07:00
parent d19cd14395
commit 94015f5cc6
1 changed files with 4 additions and 4 deletions

View File

@ -84,8 +84,8 @@ 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_user": "google", # Username
"github_repo": "skywater-pdk", # Repo name
"github_version": "master", # Version
"conf_py_path": "/doc/",
}