index
:
djangoproject.com.git
issue-1630
djangoproject.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
management
/
commands
/
update_docs.py
Age
Commit message (
Expand
)
Author
2026-05-15
Use the database for docs rendering
issue-1630
Charles Roelli
2026-03-23
Synced webpages from sitemap to Document model for search. (#2284)
Sarah Boyce
2025-11-24
Make use of Pathlib's "/"
Ülgen Sarıkavak
2025-11-21
Added DEFAULT_LANGUAGE_CODE setting.
Sarah Boyce
2025-09-19
Replaced search field with generated vector field (#2192)
Paolo Melchiorre
2025-06-12
Speed up initial docs generation by setting the git clone depth to 1. (#2093)
Alex
2025-05-20
[docs] Fixed stable symlink not updating when changed
Baptiste Mispelon
2025-03-27
Enabled serving of sphinx build files in DEBUG mode only
Baptiste Mispelon
2025-03-14
Added Sphinx clean up global state call.
Sarah Boyce
2025-03-14
Set Sphinx verbosity to 0.
Sarah Boyce
2025-03-14
Prevented Sphinx global state interfering with builds.
Sarah Boyce
2025-03-11
Reapply "Added code references to search results. (#1947)"
Baptiste Mispelon
2025-03-05
Revert "Added code references to search results. (#1947)"
Alex
2025-03-05
Added ability to build specific version with update_docs command
Baptiste Mispelon
2025-03-04
Added code references to search results. (#1947)
Sarah Boyce
2024-10-24
Activate Sphinx multi-process mode.
Paolo Melchiorre
2024-04-19
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2022-12-25
Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)
Paolo Melchiorre
2022-11-30
Refs #1184 -- Reformatted code with Black.
django-bot
2022-05-31
Stopped building docs for unsupported versions.
Mariusz Felisiak
2021-03-09
Updated Git branch "master" to "main" for Django repository.
Markus Holtermann
2019-03-21
Redirected sphinx-build stderr to stdout so it is logged rather than emailed ...
Tobias McNulty
2019-03-16
enhanced logging and error checking in update_docs (#880)
Tobias McNulty
2019-03-09
Added separate 'docs-pages' cache and Fastly invalidation for docs sites (#870)
Tobias McNulty
2018-05-01
Allowed force-update docs building for a specific language
Claude Paroz
2018-05-01
Catched sphinx-build errors in update_docs command
Claude Paroz
2018-05-01
Isolated building of DocumentReleases in a separate update_docs method
Claude Paroz
2017-11-22
Updated docs search to use PostgreSQL full-text search.
Tim Graham
2017-07-02
Removed duplicate --quiet cmdline switch for a git execution in docs build.
Ramiro Morales
2017-04-06
Fixed #27916 -- Corrected sphinx builder for downloadable docs.
Ulrich Petri
2017-02-15
Limited docs index updates to when docs rebuild.
Tim Graham
2017-02-11
Allowed quieting output of update_docs command.
Tim Graham
2017-02-02
Allowed quieting git output of update_docs command.
Tim Graham
2016-07-29
Fixed #627 -- Disabled builds of non-stable translated docs.
Tim Graham
2016-07-14
Handle composed language codes with sphinx-build
Claude Paroz
2016-02-16
Corrected selectively buildings docs if no changes are detected.
Tim Graham
2016-01-28
Corrected git change detection of non-English docs.
Tim Graham
2016-01-28
Moved docs checkouts to a separate directory.
Tim Graham
2016-01-14
Removed parallel docs building for debug purposes.
Tim Graham
2016-01-14
Limited docs to building only if source files have changed.
Tim Graham
2015-11-16
Cleaned up the updated_docs command
Baptiste Mispelon
2015-11-16
Fixed handling of verbosity option in update_index
Baptiste Mispelon
2015-10-09
Revert "Revert "Adjust code to recent changes to DocumentRelease.""
Aymeric Augustin
2015-10-05
Revert "Adjust code to recent changes to DocumentRelease."
Tim Graham
2015-10-05
Convert docs version to a FK to release.
Aymeric Augustin
2015-10-05
Remove unneeded fields from DocumentRelease.
Aymeric Augustin
2015-09-28
Removed usage of deprecated NoArgsCommand.
Tim Graham
2015-04-17
Fix isort calls in makefile, use -rc option
Rolf Erik Lekang
2015-04-14
Fixed #447 -- Fixed zipped versions of the docs after pathlib migration.
Tim Graham
2015-04-13
Added git clean to update_docs.
Tim Graham
[next]