summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-07-18 14:19:22 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2022-07-18 14:19:22 -0700
commit28f3a4e22d32ca43ff768b1fa365b26f75a0273d (patch)
tree3ab42083f3444ecfaddd26f85e4302e142986e9f /doc/_templates
parent922ab3b6515d6e774446611412787cf1360e0376 (diff)
downloadnetworkx-28f3a4e22d32ca43ff768b1fa365b26f75a0273d.tar.gz
Designate 2.8.5 releasenetworkx-2.8.5
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
deleted file mode 100644
index 45f314b7..00000000
--- a/doc/_templates/layout.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "!layout.html" %}
-
-{% block content %}
- {% include "dev_banner.html" %}
- {{ super() }}
-{% endblock %}