We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681ef77 commit 37109abCopy full SHA for 37109ab
docs/source/_static/css/code-no-font-ligatures.css
@@ -0,0 +1,3 @@
1
+code {
2
+ font-variant-ligatures: none;
3
+}
docs/source/conf.py
@@ -21,6 +21,9 @@
21
templates_path = ['_templates']
22
html_theme = 'sphinxawesome_theme'
23
html_static_path = ['_static']
24
+html_css_files = [
25
+ 'css/code-no-font-ligatures.css',
26
+]
27
html_title = project
28
html_permalinks_icon = Icons.permalinks_icon
29
theme_options = ThemeOptions(
0 commit comments