summaryrefslogtreecommitdiff
path: root/docs/management
AgeCommit message (Expand)Author
2026-05-15Use the database for docs renderingissue-1630Charles Roelli
2026-03-23Synced webpages from sitemap to Document model for search. (#2284)Sarah Boyce
2025-11-24Make use of Pathlib's "/"Ülgen Sarıkavak
2025-11-21Added DEFAULT_LANGUAGE_CODE setting.Sarah Boyce
2025-09-19Replaced search field with generated vector field (#2192)Paolo Melchiorre
2025-06-12Speed up initial docs generation by setting the git clone depth to 1. (#2093)Alex
2025-05-20[docs] Fixed stable symlink not updating when changedBaptiste Mispelon
2025-03-27Enabled serving of sphinx build files in DEBUG mode onlyBaptiste Mispelon
2025-03-14Added Sphinx clean up global state call.Sarah Boyce
2025-03-14Set Sphinx verbosity to 0.Sarah Boyce
2025-03-14Prevented Sphinx global state interfering with builds.Sarah Boyce
2025-03-11Decreased verbosity required to get indexing durationBaptiste Mispelon
2025-03-11Reapply "Added code references to search results. (#1947)"Baptiste Mispelon
2025-03-05Revert "Added code references to search results. (#1947)"Alex
2025-03-05Added ability to build specific version with update_docs commandBaptiste Mispelon
2025-03-04Added code references to search results. (#1947)Sarah Boyce
2024-10-24Add elapsed time in update index command (#1695)Paolo Melchiorre
2024-10-24Activate Sphinx multi-process mode.Paolo Melchiorre
2024-06-14Fixed renamed argument of urllib3.Retry()Baptiste Mispelon
2024-04-19[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2024-04-16Removed update_docs_and_index commandBaptiste Mispelon
2022-12-25Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)Paolo Melchiorre
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2022-09-14Fixed #1202 -- Speed-up update index command and add tests (#1203)Paolo Melchiorre
2022-09-14Restore update_docs_and_index management command.Paolo Melchiorre
2022-05-31Stopped building docs for unsupported versions.Mariusz Felisiak
2021-03-09Updated Git branch "master" to "main" for Django repository.Markus Holtermann
2019-03-21Redirected sphinx-build stderr to stdout so it is logged rather than emailed ...Tobias McNulty
2019-03-16enhanced logging and error checking in update_docs (#880)Tobias McNulty
2019-03-09Added separate 'docs-pages' cache and Fastly invalidation for docs sites (#870)Tobias McNulty
2018-05-01Allowed force-update docs building for a specific languageClaude Paroz
2018-05-01Catched sphinx-build errors in update_docs commandClaude Paroz
2018-05-01Isolated building of DocumentReleases in a separate update_docs methodClaude Paroz
2017-11-22Updated docs search to use PostgreSQL full-text search.Tim Graham
2017-07-02Removed duplicate --quiet cmdline switch for a git execution in docs build.Ramiro Morales
2017-04-06Fixed #27916 -- Corrected sphinx builder for downloadable docs.Ulrich Petri
2017-02-15Limited docs index updates to when docs rebuild.Tim Graham
2017-02-11Allowed quieting output of update_docs command.Tim Graham
2017-02-02Allowed quieting git output of update_docs command.Tim Graham
2016-11-28Removed unused 'using' argument for update_index command.Tim Graham
2016-07-29Fixed #627 -- Disabled builds of non-stable translated docs.Tim Graham
2016-07-14Handle composed language codes with sphinx-buildClaude Paroz
2016-02-16Corrected selectively buildings docs if no changes are detected.Tim Graham
2016-02-13Fixed #626 -- Prevented a missing search index while rebuilding the docs.Tim Graham
2016-01-28Corrected git change detection of non-English docs.Tim Graham
2016-01-28Moved docs checkouts to a separate directory.Tim Graham
2016-01-14Removed parallel docs building for debug purposes.Tim Graham
2016-01-14Limited docs to building only if source files have changed.Tim Graham
2015-11-16Added new management command that combines update_docs and update_index.Baptiste Mispelon
2015-11-16Cleaned up the updated_docs commandBaptiste Mispelon