docs: Fix html_context values.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
d19cd14395
commit
94015f5cc6
|
@ -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/",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue