forked from mirror/libbpg
libbpg-0.9.6
This commit is contained in:
parent
3035b41edf
commit
35a8402710
248 changed files with 232891 additions and 100 deletions
26
x265/doc/reST/conf.py
Normal file
26
x265/doc/reST/conf.py
Normal file
|
@ -0,0 +1,26 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# -- General configuration -----------------------------------------------------
|
||||
|
||||
source_suffix = '.rst'
|
||||
|
||||
# Name of the master file
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'x265'
|
||||
|
||||
# This is the Copyright Information that will appear on the bottom of the document
|
||||
copyright = u'2014 MulticoreWare Inc'
|
||||
|
||||
# -- Options for HTML output ---------------------------------------------------
|
||||
html_theme = "default"
|
||||
|
||||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'libx265', 'Full x265 Documentation',
|
||||
['MulticoreWare Inc'], 3),
|
||||
('x265', 'x265', 'x265 CLI Documentation',
|
||||
['MulticoreWare Inc'], 1)
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue