From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752209AbdCCXs1 (ORCPT ); Fri, 3 Mar 2017 18:48:27 -0500 Received: from ms.lwn.net ([45.79.88.28]:48800 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752089AbdCCXsZ (ORCPT ); Fri, 3 Mar 2017 18:48:25 -0500 Date: Fri, 3 Mar 2017 16:47:47 -0700 From: Jonathan Corbet To: John Keeping Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation/sphinx: fix primary_domain configuration Message-ID: <20170303164747.7959fe2a@lwn.net> In-Reply-To: <20170303122405.6392-1-john@metanate.com> References: <20170303122405.6392-1-john@metanate.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 3 Mar 2017 12:24:05 +0000 John Keeping wrote: > With Sphinx 1.5.3 I get the warning: > > WARNING: primary_domain 'C' not found, ignored. > > It seems that domain names in Sphinx are case-sensitive and for the C > domain the name must be lower case. Applied, thanks. jon