Chromium Code Reviews| Index: third_party/gsutil/boto/docs/source/_templates/layout.html |
| diff --git a/third_party/gsutil/boto/docs/source/_templates/layout.html b/third_party/gsutil/boto/docs/source/_templates/layout.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cdf85bbf0a395c7425fffc8ec62808308405a01a |
| --- /dev/null |
| +++ b/third_party/gsutil/boto/docs/source/_templates/layout.html |
| @@ -0,0 +1,3 @@ |
| +{% extends '!layout.html' %} |
| + |
| +{% block sidebarsearch %}{{ super() }}<div><a href="boto.pdf">PDF Version</a></div>{% endblock %} |