Skip to content

Commit

Permalink
Updated files with 'repo_helper'. (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] committed Mar 27, 2021
1 parent 0ef62b3 commit 5833600
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc-source/_templates/base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!--- This file is managed by 'repo_helper'. Don't edit it directly. --->
{% extends "!base.html" %}
{% block extrahead %}
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
{% endblock %}
12 changes: 12 additions & 0 deletions doc-source/_templates/sidebar/navigation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!---This file is managed by 'repo_helper'. Don't edit it directly.--->
<div class="sidebar-tree">
{{ furo_navigation_tree }}
</div>

<div class="sidebar-tree">
<p class="caption"><span class="caption-text">Links</span></p>
<ul>
<li class="toctree-l1"><a class="reference external" href="https://github.com/domdfcoding/importcheck">GitHub</a></li>
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/importcheck">PyPI</a></li>
</ul>
</div>

0 comments on commit 5833600

Please sign in to comment.