Skip to content

Commit e4156d6

Browse files
authored
fix(conf.py): add slug to fix 404 url (#14)
As Chisel docs are on documentation.ubuntu.com, 404 pages do not render properly without the slug defined in conf.py. Signed-off-by: Michael Park <michael.park@canonical.com>
1 parent 4121691 commit e4156d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
# TODO: If your documentation is hosted on https://docs.ubuntu.com/,
156156
# uncomment and update as needed.
157157

158-
# slug = ''
158+
slug = 'chisel'
159159

160160

161161
# Template and asset locations

0 commit comments

Comments
 (0)