From patchwork Tue Nov 2 18:43:56 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Snow X-Patchwork-Id: 12599545 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4DD62C433EF for ; Tue, 2 Nov 2021 18:44:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2A50C60720 for ; Tue, 2 Nov 2021 18:44:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230409AbhKBSqu (ORCPT ); Tue, 2 Nov 2021 14:46:50 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:33694 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230131AbhKBSqt (ORCPT ); Tue, 2 Nov 2021 14:46:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635878654; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Ke/apnUj6ltcvK88wrBZRr2HeoDo6T6P8MBaI3Hata4=; b=gd+fvoPuAm2uOcTWYHI5U4i/ORtKqALgc46l4dXgp6Wck+JAr4doEkya7v8i/wvhdVz/V3 iZo0MKnhfpxVVwlP8jdeqMgW89ZHo1i9ow86sWXhvB7Fh8TELCcY7yMMSrHLP0mqTeNPOM O8JRisyJsCNhyEJspdBND8RXSDK+UV4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-352-cwOPeDilM2ulBzv86LCrZg-1; Tue, 02 Nov 2021 14:44:11 -0400 X-MC-Unique: cwOPeDilM2ulBzv86LCrZg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 87EC61B18BC0; Tue, 2 Nov 2021 18:44:09 +0000 (UTC) Received: from scv.redhat.com (unknown [10.22.11.175]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5453519C59; Tue, 2 Nov 2021 18:44:02 +0000 (UTC) From: John Snow To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi , =?utf-8?q?Alex_Benn=C3=A9e?= , Darren Kenny , =?utf-8?q?Daniel_P=2E_Berrang=C3=A9?= , Marcelo Tosatti , Eduardo Habkost , Qiuhao Li , Paolo Bonzini , Eric Blake , Alexandre Iooss , Mahmoud Mandour , Alexander Bulekov , Markus Armbruster , kvm@vger.kernel.org, Thomas Huth , Bandan Das , John Snow Subject: [PATCH v5 0/4] docs/sphinx: change default `role` to "any" Date: Tue, 2 Nov 2021 14:43:56 -0400 Message-Id: <20211102184400.1168508-1-jsnow@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org (Patches 1-3 can be squashed on merge, I just found it easier to tack on new changes as part of the rebase so that reviewers can easily see what's new each time.) V5: Rebased V4: Rebased V3: Removed bad rebase confetti fixed the OSS-Fuzz link to ... actually be a link. --js John Snow (4): docs: remove non-reference uses of single backticks docs: (further) remove non-reference uses of single backticks docs: (further further) remove non-reference uses of single backticks docs/sphinx: change default role to "any" docs/conf.py | 5 +++++ docs/devel/build-system.rst | 21 +++++++++++---------- docs/devel/fuzzing.rst | 9 +++++---- docs/devel/tcg-plugins.rst | 2 +- docs/interop/live-block-operations.rst | 2 +- docs/system/guest-loader.rst | 2 +- docs/system/i386/sgx.rst | 6 +++--- qapi/block-core.json | 4 ++-- include/qemu/module.h | 6 +++--- qemu-options.hx | 4 ++-- 10 files changed, 34 insertions(+), 27 deletions(-)