Skip to content

Commit e8877ed

Browse files
authored
docs: Remove see source button (#1071)
* remove see source button remove the icon at the top of the docs of an eye to show the source code of the docs. Also removes from the footer * fix linkcheck
1 parent 3ef7fdd commit e8877ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/canonicalk8s/custom_conf.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@
118118
"display_contributors_since": ""
119119
}
120120

121+
html_copy_source = False
122+
html_show_sourcelink = False
123+
121124
# If your project is on documentation.ubuntu.com, specify the project
122125
# slug (for example, "lxd") here.
123126
slug = "canonical-kubernetes"
@@ -145,7 +148,8 @@
145148
'about',
146149
'https://ceph.io/',
147150
'https://charmhub.io/k8s/',
148-
'https://charmhub.io/k8s-worker/'
151+
'https://charmhub.io/k8s-worker/',
152+
'http://slack.kubernetes.io/'
149153
]
150154

151155
# Pages on which to ignore anchors

0 commit comments

Comments
 (0)