summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4151274..f1f6f3b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -150,6 +150,7 @@ if html_theme in ['cloud', 'redcloud']:
html_theme_options['googleanalytics_path'] = '/passlib/'
else:
html_theme_options = {}
+html_theme_options.update(issueicon=r'"\21D7"')
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [csp.get_theme_dir()]