summaryrefslogtreecommitdiffstats
path: root/docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index c04a20452..f04653e03 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
#
# Deluge documentation build configuration file
#
@@ -219,7 +218,7 @@ latex_documents = [
# Autodoc section
# ---------------
-class Mock(object):
+class Mock:
__all__ = []