X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=doc%2FreST%2Fconf.py;h=eea837f99022d6835ea2ff6c83d8498025084da7;hp=561f7d0fb5eee5c150316c2974a251234d982f35;hb=b53f7c52d8280ab63876efd6eb292c21430ac607;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/doc/reST/conf.py b/doc/reST/conf.py index 561f7d0..eea837f 100644 --- a/doc/reST/conf.py +++ b/doc/reST/conf.py @@ -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) +]