Skip to content

Commit

Permalink
feat: Append link to github-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Nov 30, 2024
1 parent 5b38cf8 commit 1e433c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contents/_templates/links.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{# Sphinx sidebar template: "show source" link. #}
<div role="note" aria-label="source link">
<h3>{{ _('External links') }}</h3>
<ul class="this-page-menu">
<li><a href="https://github.com/atsphinx/sandbox/" rel="noreferrer" target="_blank">GitHub</a></li>
</ul>
</div>
9 changes: 9 additions & 0 deletions contents/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@

html_theme = "bizstyle"
html_static_path = ["_static"]
html_sidebars = {
"**": [
"localtoc.html",
"relations.html",
"sourcelink.html",
"searchbox.html",
"links.html",
],
}

0 comments on commit 1e433c1

Please sign in to comment.