We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa1d52 commit ae1e1b8Copy full SHA for ae1e1b8
readthedocs/core/views/serve.py
@@ -260,4 +260,4 @@ def robots_txt(request, project):
260
if os.path.exists(fullpath):
261
return HttpResponse(open(fullpath).read(), content_type='text/plain')
262
263
- return HttpResponse('User-agent: *\nAllow: /\n')
+ return HttpResponse('User-agent: *\nAllow: /\n', content_type='text/plain'))
0 commit comments