summaryrefslogtreecommitdiff
path: root/sphinx/web/webconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/web/webconf.py')
-rw-r--r--sphinx/web/webconf.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/sphinx/web/webconf.py b/sphinx/web/webconf.py
deleted file mode 100644
index 8a567c451..000000000
--- a/sphinx/web/webconf.py
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Sphinx documentation web application configuration file
-#
-
-# Where the server listens.
-listen_addr = 'localhost'
-listen_port = 3000
-
-# How patch mails are sent.
-patch_mail_from = 'patches@localhost'
-patch_mail_to = 'docs@localhost'
-patch_mail_smtp = 'localhost'