Imported Upstream version 1.4+222+hg5f9f7194267b
[deb_x265.git] / doc / reST / conf.py
index 561f7d0fb5eee5c150316c2974a251234d982f35..eea837f99022d6835ea2ff6c83d8498025084da7 100644 (file)
@@ -15,3 +15,12 @@ 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)
+]