Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Oct 6, 2024
1 parent df31a98 commit 80d9f4a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_theme = 'bizstyle'
html_sidebars = {
'**': [
'about.html',
Expand All @@ -33,13 +33,3 @@
'donate.html',
]
}
html_theme_options = {
'fixed_sidebar': 'true',
'show_relbar_bottom': 'true',
'page_width': '1200px',
'sidebar_width': '400px',
'code_font_family': 'Noto Sans Mono',
'font_family': 'Noto Sans',
'head_font_family': 'Noto Sans',
'caption_font_family': 'Noto Sans'
}

0 comments on commit 80d9f4a

Please sign in to comment.