Skip to content

Commit 12f0bc2

Browse files
committed
Add proposal name to spec
1 parent bb0dac3 commit 12f0bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
logo = 'static/webassembly.png'
6767

6868
# The name of the GitHub repository this resides in
69-
repo = 'spec'
69+
repo = 'exception-handling'
7070

7171
# The name of the proposal it represents, if any
72-
proposal = ''
72+
proposal = 'exception handling'
7373

7474
# The draft version string (clear out for release cuts)
7575
draft = ' (Draft ' + date.today().strftime("%Y-%m-%d") + ')'

0 commit comments

Comments
 (0)