Merge pull request #1358 from hwhsu1231-fork/edit-this-page

docs: add edit this page to sidebar
This commit is contained in:
Cary R. 2026-05-13 10:01:53 -07:00 committed by GitHub
commit 5fac9fae4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -73,6 +73,17 @@ highlight_language = 'none'
# -- Options for HTML output -------------------------------------------------
# A dictionary of values to pass into the template engine's context for all pages.
#
html_context = {
# Edit this page
"source_type": "github",
"source_user": "steveicarus",
"source_repo": "iverilog",
"source_version": "master",
"source_docs_path": "/Documentation/",
}
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#