diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2020-11-30 07:17:45 -0500 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-12-10 12:15:25 -0500 |
| commit | 07d7186c309b55f89d51fb50a0eaa332b8c0d5d8 (patch) | |
| tree | 5ab42dbf1877f044efb0456ce1d6dcefbd6a69c4 /docs/sphinx/kerneldoc.py | |
| parent | a1b8a57a0e114571b66baf6a6b8bd1c3f1f00d83 (diff) | |
| download | focaccia-qemu-07d7186c309b55f89d51fb50a0eaa332b8c0d5d8.tar.gz focaccia-qemu-07d7186c309b55f89d51fb50a0eaa332b8c0d5d8.zip | |
Revert "docs: temporarily disable the kernel-doc extension"
This reverts commit fd68a72875cf318f4310726f842139119c5f45d5. We're done with the update of kernel-doc and we can restore kernel-doc's functionality. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/sphinx/kerneldoc.py')
| -rw-r--r-- | docs/sphinx/kerneldoc.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/sphinx/kerneldoc.py b/docs/sphinx/kerneldoc.py index 079aadced3..bf44215016 100644 --- a/docs/sphinx/kerneldoc.py +++ b/docs/sphinx/kerneldoc.py @@ -80,9 +80,6 @@ class KernelDocDirective(Directive): # Tell sphinx of the dependency env.note_dependency(os.path.abspath(filename)) - # Disabled temporarily while scripts/kernel-doc is updated - return [] - tab_width = self.options.get('tab-width', self.state.document.settings.tab_width) # FIXME: make this nicer and more robust against errors |