mirror of
https://github.com/powerline/powerline.git
synced 2025-07-24 22:36:01 +02:00
Merge pull request #1414 from Siosm/develop
Fix manpage generation with python3 Fixes #1388.
This commit is contained in:
commit
18f3d18c8b
@ -1,8 +1,8 @@
|
||||
# Makefile for Sphinx documentation
|
||||
SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build
|
||||
PAPER =
|
||||
BUILDDIR = _build
|
||||
SPHINXOPTS ?=
|
||||
SPHINXBUILD ?= sphinx-build
|
||||
PAPER ?=
|
||||
BUILDDIR ?= _build
|
||||
|
||||
# Internal variables
|
||||
PAPEROPT_a4 = -D latex_paper_size=a4
|
||||
|
@ -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