We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681ef77 commit 0029d2bCopy full SHA for 0029d2b
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,7 @@
21
templates_path = ['_templates']
22
html_theme = 'sphinxawesome_theme'
23
html_static_path = ['_static']
24
+html_css_files = ['css/code-no-font-ligatures.css']
25
html_title = project
26
html_permalinks_icon = Icons.permalinks_icon
27
theme_options = ThemeOptions(
0 commit comments