diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-07-24 10:21:21 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-07-24 10:21:21 +0000 |
| commit | fad4a93275a6a5267912c9fc88cdeee44dd5572f (patch) | |
| tree | 4a996a84f7edba93f8bc6cf065c9637381cafb68 /docs/_theme/djangodocs/search.html | |
| parent | aaa5dfbf53e20c2dd24268502455e82211250172 (diff) | |
Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13446 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/_theme/djangodocs/search.html')
| -rw-r--r-- | docs/_theme/djangodocs/search.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_theme/djangodocs/search.html b/docs/_theme/djangodocs/search.html new file mode 100644 index 0000000000..943478ce75 --- /dev/null +++ b/docs/_theme/djangodocs/search.html @@ -0,0 +1,3 @@ +{% extends "basic/search.html" %} +{% block bodyclass %}{% endblock %} +{% block sidebarwrapper %}{% endblock %}
\ No newline at end of file |
