diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-01-24 18:01:00 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-02-02 10:44:23 +0000 |
commit | d89935c95e5ba7e2685da71e4756fa63fde764af (patch) | |
tree | 13dba2261ced232fb44396ab5f8572895894ee5b /docs | |
parent | ec91e923784df086bdb3bd39569203524aa75875 (diff) | |
download | qemu-d89935c95e5ba7e2685da71e4756fa63fde764af.zip qemu-d89935c95e5ba7e2685da71e4756fa63fde764af.tar.gz qemu-d89935c95e5ba7e2685da71e4756fa63fde764af.tar.bz2 |
docs: drop texinfo options
It looks like this is no longer wanted, we only build the html output.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20230110132700.833690-6-marcandre.lureau@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230124180127.1881110-9-alex.bennee@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/conf.py b/docs/conf.py index e33cf3d..73a287a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -297,19 +297,6 @@ man_pages = [ ] man_make_section_directory = False -# -- Options for Texinfo output ------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - (master_doc, 'QEMU', u'QEMU Documentation', - author, 'QEMU', 'One line description of project.', - 'Miscellaneous'), -] - - - # We use paths starting from qemu_docdir here so that you can run # sphinx-build from anywhere and the kerneldoc extension can still # find everything. |