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