summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2020-08-22 14:15:46 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2020-08-22 14:15:46 -0700
commit6968d7ee39238552237c174c2e1af65cbb0d4cd9 (patch)
treedc5208bc206c904ba25047df6f52f5efcc648848 /doc/_templates
parentce5fa23a918edff1aa69b81956c7fc689ff7dcbe (diff)
downloadnetworkx-6968d7ee39238552237c174c2e1af65cbb0d4cd9.tar.gz
Bump release version
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 0a89fc9d..ee1da108 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -4,3 +4,7 @@
<a href="https://github.com/networkx/networkx">Source Code</a>
{{ super() }}
{% endblock %}
+{% block document %}
+ {% include "dev_banner.html" %}
+ {{ super() }}
+{% endblock %}