aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
blob: 9d2a16b93868284046003f3fe21ce416a98a6db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import sys
import os

project = 'yawa'
master_doc = 'yawa'
source_suffix = '.rst'

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
    ('yawa', 'yawa', 'Yet Another Wallpaper Application',
     ['Johannes Löthberg'], 1)
]