From 93dc9656e2513d3b350d6a114c92aee64eb76358 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 11 Nov 2014 03:44:47 +0100 Subject: Add initial manapage --- doc/conf.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/conf.py (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py new file mode 100644 index 0000000..9d2a16b --- /dev/null +++ b/doc/conf.py @@ -0,0 +1,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) +] -- cgit v1.2.3-54-g00ecf