From 1929320516a7b6779a9cb666ab4c80d918941b47 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 16 Apr 2022 08:26:23 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9Cdrop=20intersphinx=20mappings?= =?UTF-8?q?=E2=80=9D=20patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-sure.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sure.spec b/python-sure.spec index b291bf5..6b53ae7 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -70,7 +70,7 @@ Summary: Documentation for Sure # Drop intersphinx mappings, since we can’t download remote inventories and # can’t easily produce working hyperlinks from inventories in local # documentation packages. -echo 'intersphinx_mapping.clear()' >> docs/conf.py +echo 'intersphinx_mapping.clear()' >> docs/source/conf.py cp -p '%{SOURCE1}' .