Skip to content

Commit 8da458a

Browse files
committed
Removes source's encoding declaration
with Python 3 all is unicode πŸ’œ
1 parent 1be7f54 commit 8da458a

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

β€Ždocs/conf.pyβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# autodocsumm documentation build configuration file, created by
42
# sphinx-quickstart on Mon Jul 20 18:01:33 2015.
53
#

β€Žtests/test-root/conf.pyβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
import sys
32
import sphinx
43
sys.path.insert(0, '.')

β€Žtests/test-root/dummy.pyβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Module for testing the autodocsumm
43

β€Žtests/test-root/dummy_title.pyβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Module for testing the autodocsumm
43
----------------------------------

0 commit comments

Comments
Β (0)