Skip to content

Commit

Permalink
Update some theming options for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Aug 20, 2023
1 parent ce0fb01 commit 9200180
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,23 @@
]
suppress_warnings = ["myst.header"]

html_title = "Hezar Documentation"
html_theme_options = {
"source_repository": "https://github.com/hezarai/hezar/",
"source_branch": "main",
"source_directory": "docs/",
"light_css_variables": {
"color-foreground-primary": "#2C3E50"
},
"dark_css_variables": {
"color-foreground-primary": "#ceddeb"
}
}

pygments_style = "emacs"
pygments_dark_style = "material"
html_theme = 'furo'
html_static_path = ['_static']

html_logo = "hezar_logo.svg"
html_favicon = "hezar_logo.svg"
html_favicon = "hezar_logo.svg"

0 comments on commit 9200180

Please sign in to comment.