Imported Upstream version 1.4+222+hg5f9f7194267b
[deb_x265.git] / doc / reST / conf.py
CommitLineData
72b9787e
JB
1# -*- coding: utf-8 -*-
2#
3# -- General configuration -----------------------------------------------------
4
5source_suffix = '.rst'
6
7# Name of the master file
8master_doc = 'index'
9
10# General information about the project.
11project = u'x265'
12
13# This is the Copyright Information that will appear on the bottom of the document
14copyright = u'2014 MulticoreWare Inc'
15
16# -- Options for HTML output ---------------------------------------------------
17html_theme = "default"
b53f7c52
JB
18
19# One entry per manual page. List of tuples
20# (source start file, name, description, authors, manual section).
21man_pages = [
22 ('index', 'libx265', 'Full x265 Documentation',
23 ['MulticoreWare Inc'], 3),
24 ('x265', 'x265', 'x265 CLI Documentation',
25 ['MulticoreWare Inc'], 1)
26]