Skip to content

Commit d149105

Browse files
Add more theme options in conf.py
1 parent 56837be commit d149105

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed
242 KB
Loading
28 KB
Loading
28.9 KB
Loading

source/conf.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@
1111

1212
html_title = project
1313
html_theme = 'sphinxawesome_theme'
14+
html_favicon = "./_static/Judge0 Icon 02 Rounded 1024x1024.png"
15+
html_theme_options = {
16+
"logo_light": "./_static/Judge0 Icon 07 Rounded 1024x1024.png",
17+
"logo_dark": "./_static/Judge0 Icon 06 Rounded 1024x1024.png",
18+
"main_nav_links": {
19+
"Docs": "/index",
20+
"Products": "/products",
21+
"Pricing": "/products/judge0/pricing",
22+
"FAQ": "/faq",
23+
},
24+
"show_prev_next": True,
25+
"awesome_external_links": True,
26+
"breadcrumbs_separator": "•",
27+
"show_scrolltop": True,
28+
}
1429
html_permalinks_icon = Icons.permalinks_icon
1530
html_static_path = ['_static']
1631
html_show_sphinx = False

0 commit comments

Comments
 (0)