Open
Description
The conf file keyword and handling for appendix files is different between epub, info and pdf files, and there is no keyword for appendices in html.
It would be awesome if they could all be treated the same way.
eg, epub_post_files takes tuples and you name the rst files. but latex_appendices and texinfo_appendices take a list of names, and it is not clear if these are extensionless names of .rst files or names of .info files or what. And, if the file is named appendix_1 (so it will sort correctly in a directory listing) how do you get the title to be APPENDIX I (as you can with epub)?