summaryrefslogtreecommitdiff
path: root/docs/Makefile
AgeCommit message (Expand)Author
2026-03-02Aligned docs checks between GitHub Actions and local development.Natalia
2025-08-25Fixed #36485 -- Added lint-docs check in Tox and GitHub Actions.David Smith
2025-08-25Refs #36485 -- Added sphinx-lint support and make lint rule for docs.David Smith
2025-08-05Refs #36485 -- Grouped docs checks under a unified make check target.David Smith
2025-02-01Fixed #36162 -- Fixed the `black` Makefile docs rule to work on macOS.Mike Edmunds
2024-11-27Added parallelism support via --jobs to docs build Makefile rule.Paolo Melchiorre
2024-10-24Used webbroswer module in docs Makefile.Paolo Melchiorre
2023-03-01Refs #34140 -- Added configurations to run blacken-docs linter and adjusted d...Mariusz Felisiak
2022-06-01Fixed #33753 -- Fixed docs build on Sphinx 5+.Mariusz Felisiak
2017-05-24Fixed docs build with Sphinx 1.6.Dmitry Shachnev
2014-12-08Added an "htmlview" target to open docs after building them.Berker Peksag
2014-03-07Fixed #22141 -- Added a spelling checker for documentation.Szczepan Cieślik
2013-07-29Allowed overriding variables in docs/Makefile.minusf
2013-06-08Allow build of translated documentationClaude Paroz
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-11-09Fixed #19266 -- Added Texinfo documentation targetClaude Paroz
2012-04-07Added gettext target to sphinx makefiles.Claude Paroz
2010-07-24Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0.Jannis Leidel
2010-05-08Added hyperlinks for builtin template tags and filters to code samples in docs.Luke Plant
2010-05-08Fixed #13484 -- Added some newly available targets to the documentation makef...Russell Keith-Magee
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-03-27Added the basics needed to build Django's docs using [http://sphinx.pocoo.org...Jacob Kaplan-Moss