Hello, I do not want include manpages in my toctree, and I'm looking for a way to get rid of the
| WARNING: document isn't included in any toctree messages for the manpage sources. However, if I just add the manpages to unused_docs in conf.py, | man_pages = [ | ('man/mkfs', 'mkfs.s3ql', u'Create an S3QL file system', | None, 1), | ('man/mount', 'mount.s3ql', u'Mount an S3QL file system', | None, 1), | # etc. | ] | # Don't warn about man pages being unused when generating User's Guide | unused_docs = [ x[0] for x in man_pages ] the warnings disappear, but the manpage builder fails with | writing... mkfs.s3ql.1 { error: /home/nikratio/projekte/s3ql/doc/doctrees/man/mkfs.doctree: No such file or directory What's the proper way to handle this? Thanks, -Nikolaus -- »Time flies like an arrow, fruit flies like a Banana.« PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.