diff options
Diffstat (limited to 'docs/system/conf.py')
-rw-r--r-- | docs/system/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/system/conf.py b/docs/system/conf.py index 23cab3fb36..6251849fef 100644 --- a/docs/system/conf.py +++ b/docs/system/conf.py @@ -17,6 +17,8 @@ html_theme_options['description'] = u'System Emulation User''s Guide' # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ + ('qemu-manpage', 'qemu', u'QEMU User Documentation', + ['Fabrice Bellard'], 1), ('qemu-block-drivers', 'qemu-block-drivers', u'QEMU block drivers reference', ['Fabrice Bellard and the QEMU Project developers'], 7), |