Under Python 3.6 in Debian Sid, I couldn't build the sphinx doc, and this
patch fixes it. It replaces unicode by six.text_type.
Change-Id: I538f10ef297fb45cb82e47f5bcb86ed214a062b0
Updated the theme, added some custom css for the
backends matrix, and moved the toc to the sidebar
Change-Id: Ibb7860d9ddc16e5d81e127c8713c810122c2c25f
The SafeConfigParser class has been renamed to ConfigParser in Python
3.2 [1]. This alias will be removed in future versions.So we can use
ConfigParser directly instead.
[1] http://bugs.python.org/issue10627
Change-Id: I8cc3bcde108916bda6b8ac95cae9abefe3b5cdee
Closes-Bug: #1618666
This adds a parameter to the backend class the defines its grade.
It can be overridden in the support-matrix.ini file it needed.
Change-Id: Icbcb3d88242c6d2de2c361722ddea85d4b585fca