summaryrefslogtreecommitdiff
path: root/docs/utils.py
AgeCommit message (Collapse)Author
2026-03-23Synced webpages from sitemap to Document model for search. (#2284)Sarah Boyce
* Synced webpages from sitemap to Document model for search. * Removed is_searchable from blog Entry model.
2025-11-24Make use of Pathlib's "/"Ülgen Sarıkavak
It provides a cleaner and easier to read experience, comparing to .joinpath()
2025-03-27Enabled serving of sphinx build files in DEBUG mode onlyBaptiste Mispelon
2025-03-11Reapply "Added code references to search results. (#1947)"Baptiste Mispelon
This reverts commit af929f0734c319447a061e82b0353fc48b792ec4.
2025-03-05Revert "Added code references to search results. (#1947)"Alex
This reverts commit fa56d9b841e0bd23c5c8871826ba6abe2205fdb4.
2025-03-04Added code references to search results. (#1947)Sarah Boyce
Thank you Baptiste Mispelon for the review.
2025-02-07Made typos in docs searches return some results.Sarah Boyce
Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org>
2022-12-23Fixed #1286 - Pin tox and handle an attribute error (#1287)Paolo Melchiorre
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2015-04-24Fixed #445 -- Fixed NotADirectory exception in docs app.Tim Graham
2015-04-06Fixed some more docs views due to pathlib migration.Tim Graham
2015-04-06Ported from Python 2.7 to Python 3.4.Rolf Erik Lekang
* Swapped unipath with pathlib * Used pykismet3 instead of akismet * Replaced django-pygments with template tag in the docs app
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2014-04-30Served pot files generated by gettext sphinx buildClaude Paroz
2013-02-09Fix #18930 -- Wipe Sphinx build dir between builds.Aymeric Augustin
This requires serving the docs from another repository, and syncing the build dir to the serve dir after the build is finished.
2013-02-09Minor cleanup.Aymeric Augustin
2013-02-05Move apps outside of the django_website package.Aymeric Augustin