Skip to content

Commit 2834a46

Browse files
authored
prevent double _static in the twemoji file path
Fix #436
1 parent 1781443 commit 2834a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142

143143
# Ensures consistent emoji style on all computers, operating systems, browsers
144144
sphinxemoji_style = "twemoji"
145-
sphinxemoji_source = "_static/twemoji.min.js"
145+
sphinxemoji_source = "twemoji.min.js"
146146

147147

148148
# -- Setting up extensions ---------------------------------------------------

0 commit comments

Comments
 (0)