summaryrefslogtreecommitdiff
path: root/tests/roots/test-ext-inheritance_diagram
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-ext-inheritance_diagram')
-rw-r--r--tests/roots/test-ext-inheritance_diagram/conf.py3
-rw-r--r--tests/roots/test-ext-inheritance_diagram/test.py3
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/roots/test-ext-inheritance_diagram/conf.py b/tests/roots/test-ext-inheritance_diagram/conf.py
index 18680c1d9..9953494a5 100644
--- a/tests/roots/test-ext-inheritance_diagram/conf.py
+++ b/tests/roots/test-ext-inheritance_diagram/conf.py
@@ -1,9 +1,6 @@
-# -*- coding: utf-8 -*-
-
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
extensions = ['sphinx.ext.inheritance_diagram']
-master_doc = 'index'
diff --git a/tests/roots/test-ext-inheritance_diagram/test.py b/tests/roots/test-ext-inheritance_diagram/test.py
index 32f7f273c..7d5cabeef 100644
--- a/tests/roots/test-ext-inheritance_diagram/test.py
+++ b/tests/roots/test-ext-inheritance_diagram/test.py
@@ -1,6 +1,3 @@
-# -*- coding: utf-8 -*-
-
-
class Foo(object):
pass