Added the # -*- coding: utf-8 -*- to the conf.py

Python will default to ASCII as standard encoding if no other
encoding hints are given. So, adding the # -*- coding: utf-8 -*-

Change-Id: I22371a5f9e9d024eabc4bbdaef7c86648820b014
This commit is contained in:
Sharat Sharma 2016-10-05 10:40:16 +05:30
parent b74b04671d
commit d36d65bbec
2 changed files with 2 additions and 0 deletions
doc/source
releasenotes/source

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
# Mistral documentation build configuration file, created by
# sphinx-quickstart on Fri Nov 1 02:06:28 2013.
#

@ -1,3 +1,4 @@
# -*- 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