Merge "Remove the file encoding which is unnecessary"

This commit is contained in:
Jenkins 2017-04-20 02:18:40 +00:00 committed by Gerrit Code Review
commit 5431a8bb29
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@ -26,7 +25,7 @@ extensions = [
'oslosphinx',
]
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# Autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.
# execute "export SPHINX_DEBUG=1" in your terminal to disable

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at