mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 04:43:48 +01:00
108e6bedbb
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
24 lines
662 B
Python
24 lines
662 B
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
# See LICENSE file for license and copyright information
|
|
|
|
# -- General configuration ------------------------------------------------
|
|
|
|
source_suffix = '.rst'
|
|
master_doc = 'zathura.1'
|
|
templates_path = ['_templates']
|
|
|
|
# -- Project configuration ------------------------------------------------
|
|
|
|
project = 'zathura'
|
|
copyright = '2009-2015, pwmt.org'
|
|
version = '0.2.7'
|
|
release = '0.2.7'
|
|
|
|
# -- Options for manual page output ---------------------------------------
|
|
|
|
man_pages = [
|
|
('zathura.1', 'zathura', 'a document viewer', ['pwmt.org'], 1),
|
|
('zathurarc.5', 'zathurarc', 'zathura configuration file', ['pwmt.org'], 5)
|
|
]
|