From a79a957c0a530b4712e8f24bb0375b85a17e4579 Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Mon, 5 Feb 2024 18:50:15 +0000 Subject: [PATCH] Fix typo in RTD config that prevents build Signed-off-by: Stephen Curran --- docs/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ca8415976..11aec0f69 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -163,8 +163,7 @@ # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'IndyPlenum', 'Indy Plenum Documentation', - author, 'IndyPlenum', 'Plenum is the heart of the distributed ledger technology inside Hyperledger -Indy.', + author, 'IndyPlenum', 'Plenum is the heart of the distributed ledger technology inside Hyperledger Indy.', 'Miscellaneous'), ]