mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
docs: fix manpage generation with python3
Python2 manpage generation seems unaffected. Warnings occur when generating with python3: .../docs/source/configuration/segments/vim.rst:27: WARNING: error while formatting arguments for powerline.segments.vim.plugin.tagbar.current_tag: decoding str is not supported
This commit is contained in:
parent
24dbf042a2
commit
9ce7fa3063
@ -7,6 +7,8 @@ import codecs
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
from functools import reduce
|
||||
|
||||
from docutils.parsers.rst import Directive
|
||||
from docutils.parsers.rst.directives import unchanged_required
|
||||
from docutils import nodes
|
||||
|
Loading…
x
Reference in New Issue
Block a user