From 2d1bff8f0d50454f574172436d50c32b29678520 Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Tue, 4 Jul 2017 14:17:48 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: I864658137f58e78cd275cf8de7b0774a8d7991cb --- doc/source/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e78556f46..a799919ed 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,6 +1,3 @@ -# -*- coding: utf-8 -*- -# - # -- General configuration ---------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be