mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
...
This commit is contained in:
parent
70bc4f1033
commit
176ffc7f51
1 changed files with 1 additions and 1 deletions
|
|
@ -552,8 +552,8 @@ def monkeypatch_man_writer() -> None:
|
|||
'''
|
||||
Monkeypatch the docutils man translator to be nicer
|
||||
'''
|
||||
from docutils.writers.manpage import Table, Translator
|
||||
from docutils.nodes import Element
|
||||
from docutils.writers.manpage import Table, Translator
|
||||
from sphinx.writers.manpage import ManualPageTranslator
|
||||
|
||||
# Generate nicer tables https://sourceforge.net/p/docutils/bugs/475/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue