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
@@ -299,7 +299,6 @@ def robots_txt(request, project):
299299

300300

301301
@map_project_slug
302-
# TODO: make this cache dependent on the project's slug
303302
@cache_page(60 * 60 * 24 * 3) # 3 days
304303
def sitemap_xml(request, project):
305304
"""

0 commit comments

Comments
 (0)