summaryrefslogtreecommitdiff
path: root/docs/urls.py
AgeCommit message (Expand)Author
2025-03-30Restored serving of spinx _imagesBaptiste Mispelon
2025-03-28Fixed crash when running docs site with DEBUG=TrueBaptiste Mispelon
2025-03-27Enabled serving of sphinx build files in DEBUG mode onlyBaptiste Mispelon
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2018-10-24Fixed W605 "invalid escape sequence" flake8 warnings.Tim Graham
2018-06-07Updated URLpatterns to use path().Tim Graham
2017-03-14Redirected docs/internals/team to DSF teams page.Tobias McNulty
2016-05-04Restored the stable redirect, google does not seem to give us a penalty anywa...Florian Apolloner
2016-05-03Refs #621 -- Only use hreflang on the canonical url.Florian Apolloner
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-01Revamp document search.Jannis Leidel
2015-04-01Use a simpler view to serve the sphinx static files.Jannis Leidel
2014-12-30Big refactor that combines www and docs.Jannis Leidel
2014-08-25Removed usage of django.conf.urls.patterns().Tim Graham
2014-04-30Served pot files generated by gettext sphinx buildClaude Paroz
2013-02-09oopsAymeric Augustin
2013-02-09Added /stable/ that redirects to the default version.Aymeric Augustin
2013-02-09Move docs urls inside the docs app.Aymeric Augustin