mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 07:16:31 +02:00
Remove the only remaining reference to u'
string prefix
This commit is contained in:
parent
f8b9ad4ac4
commit
f073437f02
@ -11,7 +11,7 @@ sys.path.insert(0, os.path.abspath(os.getcwd()))
|
|||||||
extensions = ['powerline_autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode']
|
extensions = ['powerline_autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode']
|
||||||
source_suffix = '.rst'
|
source_suffix = '.rst'
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
project = u'Powerline'
|
project = 'Powerline'
|
||||||
version = 'beta'
|
version = 'beta'
|
||||||
release = 'beta'
|
release = 'beta'
|
||||||
exclude_patterns = ['_build']
|
exclude_patterns = ['_build']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user