summaryrefslogtreecommitdiff
path: root/sphinx/web/robots.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/web/robots.py')
-rw-r--r--sphinx/web/robots.py28
1 files changed, 0 insertions, 28 deletions
diff --git a/sphinx/web/robots.py b/sphinx/web/robots.py
deleted file mode 100644
index b2b26d89b..000000000
--- a/sphinx/web/robots.py
+++ /dev/null
@@ -1,28 +0,0 @@
-# -*- coding: utf-8 -*-
-"""
- sphinx.web.robots
- ~~~~~~~~~~~~~~~~~
-
- robots.txt
-
- :copyright: 2007-2008 by Georg Brandl.
- :license: BSD.
-"""
-
-robots_txt = """\
-User-agent: *
-Disallow: /@source/
-Disallow: /@edit/
-Disallow: /@submit/
-Disallow: /@comments/
-Disallow: /@rss/
-Disallow: /@admin
-
-User-agent: Googlebot
-Disallow: /@source/
-Disallow: /@edit/
-Disallow: /@submit/
-Disallow: /@comments/
-Disallow: /@rss/
-Disallow: /@admin
-"""