| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-09 | Fixed #37150 -- Made djangodocs Sphinx extension work with any html builder. | Mike Edmunds | |
| Changed djangodocs extension to register DjangoHTMLTranslator for any html-format builder (in the builder-inited hook), rather than a limited list of builders at startup. That fixes missing content in dirhtml and standard html builds (including ReadTheDocs PR previews): - Missing console tabs - Empty divs for versionadded and versionchanged directives Removed JS code that depended on jQuery, which hasn't worked since Sphinx 6.0 dropped jQuery in 2023: - Unnecessary console tabs click handling. (Console tab behavior is implemented purely in CSS.) - Client-side hyperlinking of Django template tags and filters in code examples. (This is also not supported on docs.djangoproject.com.) Removed custom DjangoStandaloneHTMLBuilder and "djangohtml" builder type. Its sole purpose was to generate the "templatebuiltins.js" file used for the (non-functional) client-side template filter/tag linking. Changed docs "make html" target from "djangohtml" to standard "html". | |||
| 2026-04-18 | Formatted CSS files. | Tom Carrick | |
| 2022-05-31 | Fixed docs build with sphinxcontrib-spelling 7.5.0+. | Mariusz Felisiak | |
| sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked. | |||
| 2022-01-22 | Stopped including type="text/css" attributes for CSS link tags. | Claude Paroz | |
| 2021-06-21 | Fixed #32860 -- Made docs permalinks focusable to improve accessibility. | Timothy McCurrach | |
| 2020-06-22 | Fixed #16300 -- Improved singlehtml docs formatting with headers CSS. | David Smith | |
| 2019-12-11 | Fixed #31080 -- Removed redundant type="text/javascript" attribute from ↵ | Jon Dufresne | |
| <script> tags. | |||
| 2018-09-10 | Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| 2018-01-20 | Fixed #28343 -- Add an OS chooser for docs command line examples. | Ramiro Morales | |
| 2017-06-01 | Clarified QuerySet.iterator()'s docs on server-side cursors. | François Freitag | |
| 2015-12-03 | Fixed many spelling mistakes in code, comments, and docs. | Josh Soref | |
| 2015-11-14 | Made doc icon's edges smooth. | arniu | |
| 2015-11-11 | Made doc icons background transparent. | arniu | |
| 2015-06-22 | Added white-space: pre-wrap; to docs code blocks to match docs.dp.com. | Tim Graham | |
| 2015-05-29 | Optimise the rest of the PNGs in docs | Curtis | |
| 2014-08-12 | Added newlines to the ends of CSS, HTML, and JavaScript files missing them. | Trey Hunner | |
| 2014-06-30 | Made docs CSS for versionchanged/added more similar to docs.djangoproject.com. | Tim Graham | |
| 2014-06-06 | Removed duplicate "Deprecated in Django A.B" text in docs. | Tim Graham | |
| sphinx 1.2+ adds this text itself. | |||
| 2014-03-03 | Fixed some typos and formatting issues in docs. | Rodolfo Carvalho | |
| 2014-02-10 | Fixed #21190 -- Added a new ePub theme for documentation. | Markus Amalthea Magnuson | |
| 2013-12-04 | Fixed #21558 -- Support building CHM files. | Aymeric Augustin | |
| Thanks Michał Pasternak. | |||
| 2013-10-14 | Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a ↵ | M Nasimul Haque | |
| filename. Thanks Marc Tamlyn for the suggestion. | |||
| 2013-10-10 | Whitespace cleanup. | Tim Graham | |
| * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. | |||
| 2013-09-23 | Fixed #21702 -- Added different bullet styles for nested lists. | Tim Garner | |
| Thanks moc at mocpa.com for the suggestion. | |||
| 2013-02-19 | Fixed #18789 - Fixed some text wrap issues with methods in the docs. | Tim Graham | |
| Thanks neixetis@ for the report. | |||
| 2013-01-09 | Addeded CSS to bold deprecation notices. | Tim Graham | |
| Thanks Sam Lai for mentioning this on the mailing list. | |||
| 2012-11-22 | Fixed #19317 - Added an image for warning blocks in the docs | Tim Graham | |
| Thanks tome for the suggestion and patch. | |||
| 2010-07-24 | Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. | Jannis Leidel | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@13446 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
