Skip to content

Commit

Permalink
Add html_theme_options to docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Aug 20, 2023
1 parent 5501d65 commit ce0fb01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
]
suppress_warnings = ["myst.header"]

html_theme_options = {
"source_repository": "https://github.com/hezarai/hezar/",
"source_branch": "main",
"source_directory": "docs/",
}

html_theme = 'furo'
html_static_path = ['_static']

Expand Down

0 comments on commit ce0fb01

Please sign in to comment.