summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-23 05:34:17 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-23 05:34:17 -0800
commit4cdea7782c219e40c8ad28d05b3097b68624e58e (patch)
tree74a06d154c2b59217482af167059d405f54930ce
parent18de398757b30a025acf6d1586568702980929d8 (diff)
downloadpastedeploy-git-4cdea7782c219e40c8ad28d05b3097b68624e58e.tar.gz
Remove obsolete links from navigation
-rw-r--r--docs/_static/paste.css15
-rw-r--r--docs/_templates/layout.html20
2 files changed, 0 insertions, 35 deletions
diff --git a/docs/_static/paste.css b/docs/_static/paste.css
deleted file mode 100644
index 6705e5d..0000000
--- a/docs/_static/paste.css
+++ /dev/null
@@ -1,15 +0,0 @@
-a.invisible-link {
- color: #fff;
- text-decoration: none;
-}
-
-a.invisible-link:visited {
- color: #fff;
- text-decoration: none;
-}
-
-a.invisible:link {
- color: #fff;
- text-decoration: none;
-}
-
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
deleted file mode 100644
index a6d2a97..0000000
--- a/docs/_templates/layout.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends "!layout.html" %}
-
-{% block extrahead %}
-{{ super() }}
-<link rel="stylesheet" type="text/css"
- href="{{ pathto('_static/paste.css') }}">
-{% endblock %}
-
-{% block sidebartoc %}
-<h3><a href="http://pythonpaste.org/" class="invisible-link">Python Paste</a></h3>
-
-<ul>
-<li><a href="http://trac.pythonpaste.org">Issue tracker</a></li>
-<li><a href="http://pythonpaste.org/">Paste core</a></li>
-<li><a href="http://pythonpaste.org/deploy/">Paste Deploy</a></li>
-<li><a href="http://pythonpaste.org/script/">Paste Script</a></li>
-</ul>
-
-{{ super() }}
-{% endblock %}