summaryrefslogtreecommitdiff
path: root/docs/_ext
AgeCommit message (Expand)Author
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2024-07-01Fixed typo in source file linking Sphinx extension.Michael
2024-05-21Refs #29942 -- Fixed docs build on Python < 3.9 avoiding dict union operator.David Smith
2024-05-14Fixed #29942 -- Restored source file linking in docs by using the Sphinx link...Joachim Jablon
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-08-03Fixed #34756 -- Fixed docs HTML build on Sphinx 7.1+.David Smith
2023-05-04Removed unnecessary workarounds for Sphinx < 4.3.0.Sarah Boyce
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-17Fixed crash building HTML docs since Sphinx 4.3.Mariusz Felisiak
2021-08-02Refs #32956 -- Corrected spelling of "gray".David Smith
2020-06-03Made default_role_error use logger.Mariusz Felisiak
2020-05-04Changed `'%s' % value` pattern to `str(value)`.Nick Pope
2020-04-14Sorted imports in docs/_ext/djangodocs.py.Tim Graham
2020-04-07Fixed CodeBlock deprecation warning on Sphinx 2.1+.Mariusz Felisiak
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2019-11-25Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx ...Baptiste Mispelon
2019-11-21Made versionadded/versionchanged annotations without a content end with ".".Sergey Fedoseev
2018-10-01Fixed crash building translated docs since Sphinx 1.8.Tim Graham
2018-09-19Updated contributing tutorial's virtual environment instructions.Thomas Grainger
2018-09-11Fixed env.note_versionchange() deprecation warning in Sphinx 1.8.Tim Graham
2018-09-10Removed usage of deprecated sphinx APIs.Tim Graham
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-27Replaced CVE/ticket roles with extlinks.Tim Graham
2018-03-22Bumped minimum Sphinx version to 1.6.0.Tim Graham
2018-03-07Used console directive in "Writing documentation".Roy Zwambag
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-05-24Removed usage of deprecated sphinx.util.compat.Directive.Tim Graham
2017-05-24Fixed docs build with Sphinx 1.6.Dmitry Shachnev
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2016-12-14Fixed missing versionadded/changed annotations on docs.djangoproject.com.Tim Graham
2016-12-05Removed deprecated html_translator_class sphinx config option.Tim Graham
2016-11-14Fixed #27463 -- Fixed E741 flake8 warnings.Ramin Farajpour Cami
2016-09-26Added a CVE role for Sphinx.Tim Graham
2016-07-06Added copy-to-clipboard support for all code snippetsBaptiste Mispelon
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-13Removed unused docs/_ext/applyxrefs.pyTim Graham
2016-01-13Declared Sphinx extensions safe for parallel reading.Tim Graham
2015-11-16Removed a docs workaround for an old Sphinx version.Tim Graham
2015-11-16Fixed #23751 -- Fixed code snippet formatting in docs PDF.Tim Graham
2015-06-15Removed obsolete literals_to_xrefs.py script.Tim Graham
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-08-19Added sphinx extension to ease generation of ticket links.Tim Graham
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-06-06Removed duplicate "Deprecated in Django A.B" text in docs.Tim Graham
2014-01-24Fixed #21869 -- Fixed docs building with Sphinx 1.2.1.Tim Graham