From 10a43f48eb12c6850805e491ac7f8e1046ded9ae Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Thu, 20 Jul 2017 17:18:19 +0530 Subject: [PATCH] Removes unnecessary utf-8 encoding This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: I723ec337d3f37d2fe537032c92042eb10d2f0c31 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e723cf34..4a7d7c0f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # nova-powervm documentation build configuration file, created by # sphinx-quickstart on Tue Feb 3 09:06:25 2015.