In python 3, all strings are considered as unicode string.
This patch drops the explicit unicode literal (u'...')
or (u"..") appearances from the unicode strings.
Note: The scope of the patch is to drop unicode literal prefix
from python source code files, documentation and comment are overlook.
Co-Authored-By: Manpreet Kaur kaurmanpreet2620@gmail.com
Change-Id: I5316037871109838a03ff4561b7b38dcc56bc447
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems
Update Sphinx version as well.
openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.
Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.
See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
Change-Id: Iafe611a36e17869bf17f5b2c016ef7c22fb36eb3
As part of the docs migration work[0] for Pike we
need to switch to use the openstackdocstheme.
[0]https://review.openstack.org/#/c/472275/
Change-Id: Ia48ca6860012850071f8c236d404d56a480b747c
Following files contain #-*- coding: utf-8 -*- declaration
but don't contain any unicode character
doc/source/conf.py
Change-Id: I021ad39ca71a86c88f8e2591485bcde416d3028f