From 749efb8eb5470cb7313edeb27256c456129bcf50 Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Thu, 16 Feb 2017 19:26:59 +0530 Subject: [PATCH] Remove utf-8 encoding py35 does not require utf-8 in headers. So, it can be removed. Change-Id: I800b4ca3d65a0f7fa8d02b5211f80710b32d4539 --- doc/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index a49fa23..a5ef02f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (c) 2013 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License");