From 17f60c0583b95a5ce6b56e33ac0d5b245753cfc8 Mon Sep 17 00:00:00 2001 From: ji-xuepeng Date: Thu, 12 Jan 2017 12:39:33 +0800 Subject: [PATCH] Removes unnecessary utf-8 encoding Change-Id: I3f3ad6e8519bb8b35fb33523cf8f03df42c534a7 --- api-guide/source/conf.py | 2 -- doc/source/conf.py | 1 - releasenotes/source/conf.py | 1 - 3 files changed, 4 deletions(-) diff --git a/api-guide/source/conf.py b/api-guide/source/conf.py index dca78952..e77849a3 100644 --- a/api-guide/source/conf.py +++ b/api-guide/source/conf.py @@ -1,5 +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 diff --git a/doc/source/conf.py b/doc/source/conf.py index aac59894..2326a770 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 020e8b4b..3eeb2705 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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