From 12f0bc25bec753fee8dc49f060a1f8b430320977 Mon Sep 17 00:00:00 2001 From: Andreas Rossberg Date: Fri, 13 Sep 2024 10:54:02 +0200 Subject: [PATCH] Add proposal name to spec --- document/core/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/document/core/conf.py b/document/core/conf.py index 3952701b..d6e5eb5a 100644 --- a/document/core/conf.py +++ b/document/core/conf.py @@ -66,10 +66,10 @@ logo = 'static/webassembly.png' # The name of the GitHub repository this resides in -repo = 'spec' +repo = 'exception-handling' # The name of the proposal it represents, if any -proposal = '' +proposal = 'exception handling' # The draft version string (clear out for release cuts) draft = ' (Draft ' + date.today().strftime("%Y-%m-%d") + ')'