Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b04962b

Browse files
author
james
committed
small changes to conf.py
1 parent 439f0a0 commit b04962b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/language/global-sphinx-files/global-conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
]
3939

4040
# The encoding of source files.
41-
#source_encoding = 'utf-8-sig'
41+
source_encoding = 'utf-8-sig'
4242

4343
# The name of the Pygments (syntax highlighting) style to use.
4444
pygments_style = 'sphinx'
@@ -86,10 +86,9 @@ def setup(sphinx):
8686
'body_text': '#333',
8787
'link': '#2F1695',
8888
'link_hover': '#2F1695',
89-
'font_family': 'Lato, sans-serif',
90-
'head_font_family': 'Moderat, sans-serif',
9189
'show_powered_by': False,
9290
'nosidebar':True,
91+
'head_font_family': '-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"',
9392
}
9493

9594
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)