Skip to content

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

readthedocs/core/views/serve.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def robots_txt(request, project):
275275

276276

277277
@map_project_slug
278-
# TODO: make this cache dependent on the project's slug
279278
@cache_page(60 * 60 * 24 * 3) # 3 days
280279
def sitemap_xml(request, project):
281280
"""

0 commit comments

Comments
 (0)