From fad4a93275a6a5267912c9fc88cdeee44dd5572f Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 24 Jul 2010 10:21:21 +0000 Subject: 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 --- docs/_theme/djangodocs/static/default.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/_theme/djangodocs/static/default.css (limited to 'docs/_theme/djangodocs/static/default.css') diff --git a/docs/_theme/djangodocs/static/default.css b/docs/_theme/djangodocs/static/default.css new file mode 100644 index 0000000000..9dc69ee785 --- /dev/null +++ b/docs/_theme/djangodocs/static/default.css @@ -0,0 +1,3 @@ +@import url(reset-fonts-grids.css); +@import url(djangodocs.css); +@import url(homepage.css); \ No newline at end of file -- cgit v1.3