Fix edit-on-git in sphinx docs

This commit is contained in:
Wilson Snyder 2021-04-11 20:52:40 -04:00
parent 04ebba8667
commit ee875d0166
2 changed files with 8 additions and 1 deletions

View File

@ -119,7 +119,7 @@ html_context = {
'display_github': True,
'github_user': 'verilator',
'github_repo': 'verilator',
'github_version': 'master/docs/user/',
'github_version': 'master/docs/',
}
# Add any paths that contain custom static files (such as style sheets) here,
@ -130,6 +130,9 @@ html_static_path = ['../_static']
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
html_show_sphinx = False
html_copy_source = False
html_show_sourcelink = False
html_use_index = False
html_favicon = "../_static/verilator_32x32_min.png"

View File

@ -1,6 +1,10 @@
.. Copyright 2003-2021 by Wilson Snyder.
.. SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
######################
Verilator User's Guide
######################
.. toctree::
:maxdepth: 2
:caption: Getting Started