diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-11-17 17:52:58 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-12-10 12:15:22 -0500 |
commit | 46ae6e8f8225cc8e1aef13831e850154f3fd8ae6 (patch) | |
tree | 0143bb88a26d2ef4e6c66f7ed31b6ce3653e0388 /docs | |
parent | a832c9844de991f75fa5af3247ddd7205ef823d9 (diff) | |
download | qemu-46ae6e8f8225cc8e1aef13831e850154f3fd8ae6.zip |
Revert "kernel-doc: Use c:struct for Sphinx 3.0 and later"
This reverts commit 152d1967f650f67b7ece3a5dda77d48069d72647.
We will replace the commit with the fix from Linux.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20201117165312.118257-16-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sphinx/kerneldoc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/sphinx/kerneldoc.py b/docs/sphinx/kerneldoc.py index 9124fcbff1..c0180e02a2 100644 --- a/docs/sphinx/kerneldoc.py +++ b/docs/sphinx/kerneldoc.py @@ -102,7 +102,6 @@ class KernelDocDirective(Directive): env.note_dependency(os.path.abspath(f)) cmd += ['-export-file', f] - cmd += ['-sphinx-version', sphinx.__version__] cmd += [filename] try: |