Skip to content

Commit

Permalink
Doc Font fix (#1152)
Browse files Browse the repository at this point in the history
Sets font=False for the documentation, to avoid usage of google fonts.
See https://jbms.github.io/sphinx-immaterial/customization.html#themeconf-font
  • Loading branch information
danwos authored Mar 24, 2024
1 parent 2c4541b commit 0f71ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ def custom_defined_func():
html_favicon = "./_static/sphinx-needs-logo-favicon.png"
# material theme options (see theme.conf for more information)
html_theme_options = {
"font": False,
"icon": {
"repo": "fontawesome/brands/github",
},
Expand Down

0 comments on commit 0f71ecd

Please sign in to comment.