Files
designate-dashboard/doc/source
Ivan Anfimov 2ad42c8d47 docs: update openstackdocstheme to 3.5.0 and remove unicode from code
In Python 3, all strings are represented in Unicode.In Python 2 are
stored internally as 8-bit ASCII, hence it is required to attach 'u'
to make it Unicode. It is no longer necessary now.

And remove blank readme file.

Change-Id: I35f1b7b42fa32daafa07af38378dba0402e5b8a5
2025-05-09 19:40:02 +00:00
..