diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-03 10:39:28 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-03 10:39:28 +0900 |
commit | 657fa843c8e3d52481898fb1a1ca82447e780cd4 (patch) | |
tree | 3a4495dfd666e56c3660b73d1f60dbc532256a16 /tests/roots/test-build-htmlhelp/conf.py | |
parent | 860d7ab5062d348ac78dd984045356ea2bb33bb5 (diff) | |
parent | 5428d94d24dce472e309a31abb3b880548ef92fb (diff) | |
download | sphinx-git-657fa843c8e3d52481898fb1a1ca82447e780cd4.tar.gz |
Merge pull request #5876 from tk0miya/remove_magic_comments
Remove coding magic comments from tests
Diffstat (limited to 'tests/roots/test-build-htmlhelp/conf.py')
-rw-r--r-- | tests/roots/test-build-htmlhelp/conf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/roots/test-build-htmlhelp/conf.py b/tests/roots/test-build-htmlhelp/conf.py index 95293e956..fcde6a5fc 100644 --- a/tests/roots/test-build-htmlhelp/conf.py +++ b/tests/roots/test-build-htmlhelp/conf.py @@ -1,4 +1,2 @@ -# -*- coding: utf-8 -*- - project = 'test' master_doc = 'index' |