summaryrefslogtreecommitdiff
path: root/docs/_ext
AgeCommit message (Collapse)Author
2010-12-23[1.2.X] Rolled back r146331, r14640 (partially) and r14625 so 1.2.X docs are ↵Ramiro Morales
still buildable with Sphinx 0.6.x for the benefit of downstream packagers shipping stable releases of Django. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-20[1.2.X] Fixed hyperlinking of template tags for Sphinx >= 1.0Luke Plant
Follow on from incomplete fix in [14477], and [14631] which removed compatibility for Sphinx < 1.0 Backport of [14639] from trunk, and [14477] which was never applied to 1.2.X branch but should have been. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-19[1.2.X] Removed compatibility with Sphinx < 1.0 workarounds in our extension ↵Ramiro Morales
code. Also, started to use the 'needs_sphinx' Sphinx config var. Follow up on r14624. Backport of [14631] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-27[1.2.X] Documented options accepted by the runfcgi management command.Ramiro Morales
Also, modified our custom management command option docs xref parser to also process those without a ``--`` prefix. -- Refs #14398. Backport of [14361] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14363 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-19[1.2.X] Fixed #14141: docs now use the :doc: construct for links between ↵Jacob Kaplan-Moss
documents. Thanks, Ramiro Morales. Backport of [13608] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-18[1.2.X] Fixed #14033 -- Fixed another problem with xrefs and Sphinx 1.X in ↵Jannis Leidel
the Django doc extension. Thanks for the report and patch, Ramiro Morales and Georg Brandl. Backport of r13602 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13603 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-25[1.2.X] Fixed #14005 - Removed a few unneeded workarounds in the Sphinx ↵Jannis Leidel
extension. Thanks for the report and patch, Ramiro Morales. Backport of r13447 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13448 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-24[1.2.X] Fixed #13616 - Updated the documentation to be compatible with ↵Jannis Leidel
Sphinx 1.0. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-08Added hyperlinks for builtin template tags and filters to code samples in docs.Luke Plant
Implemented in javascript because doing it 'properly' is pretty much impossible with Sphinx and Pygments. Refs #12249 git-svn-id: http://code.djangoproject.com/svn/django/trunk@13135 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-20Fixed `fieldlookup` docs cross-reference directive, and added it to the ↵Justin Bronn
queryset reference. Refs #12930. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03Fixed #10539 -- Updated Sphinx configuration to accommodate 0.6 while ↵Russell Keith-Magee
retaining compatibility with 0.4 and 0.5. Thanks to Ramiro Morales for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-09Fixed #9436 -- Updated docs build code to create "new in development version".Malcolm Tredinnick
Patch from Marc Fargas. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10006 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07Fixed #9645 -- Work around a backwards-incompatibility in Sphinx so thatMalcolm Tredinnick
various combinations of released docutils and sphinx versions all work together. Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9586 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-02Fixed the documentation HTML writer to not apply smartypants to literal ↵Jacob Kaplan-Moss
blocks. Fixes #8696; thanks, ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8875 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx ↵Jacob Kaplan-Moss
"versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-26A noble spirit no longer embiggens the smallest function signatures.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-23Massive reorganization of the docs. See the new docs online at ↵Jacob Kaplan-Moss
http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37