[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 5/8] docs: drop texinfo options
From: |
marcandre . lureau |
Subject: |
[PATCH v3 5/8] docs: drop texinfo options |
Date: |
Tue, 10 Jan 2023 12:02:43 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
It looks like this is no longer wanted, we only build the html output.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
docs/conf.py | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index e33cf3d381..73a287a4f2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -297,19 +297,6 @@
]
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.
--
2.39.0
- [PATCH v3 0/8] Fix win32/msys2 shader compilation & update lcitool deps, marcandre . lureau, 2023/01/10
- [PATCH v3 1/8] build-sys: fix crlf-ending C code, marcandre . lureau, 2023/01/10
- [PATCH v3 2/8] .gitlab-ci.d/windows: do not disable opengl, marcandre . lureau, 2023/01/10
- [PATCH v3 3/8] configure: replace Perl usage with sed, marcandre . lureau, 2023/01/10
- [PATCH v3 4/8] meson: replace Perl usage with Python, marcandre . lureau, 2023/01/10
- [PATCH v3 5/8] docs: drop texinfo options,
marcandre . lureau <=
- [PATCH v3 6/8] Update lcitool and fedora to 37, marcandre . lureau, 2023/01/10
- [PATCH v3 7/8] lcitool: drop perl from QEMU project/dependencies, marcandre . lureau, 2023/01/10
- [PATCH v3 8/8] lcitool: drop texinfo from QEMU project/dependencies, marcandre . lureau, 2023/01/10
- Re: [PATCH v3 0/8] Fix win32/msys2 shader compilation & update lcitool deps, Alex Bennée, 2023/01/10