aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-26 22:13:58 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-26 22:13:58 +0000
commitad61012df574f4e1282049e86d227939ca3d9a9b (patch)
tree426ded44566f6a312e11b0a6d2639bb7a0c1c270 /doc
parent11d6215f265d0dbcfd0048819a614f318a0775a4 (diff)
downloadvericert-ad61012df574f4e1282049e86d227939ca3d9a9b.tar.gz
vericert-ad61012df574f4e1282049e86d227939ca3d9a9b.zip
Add theme options
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 015f030..c7a9970 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -50,6 +50,25 @@ pygments_style = "emacs"
#
html_theme = 'alabaster'
+html_theme_options = {
+ 'logo': 'images/vericert-main.svg',
+ 'github_user': 'ymherklotz',
+ 'github_repo': 'vericert',
+ 'description': 'A formally verified high-level synthesis tool written in Coq.',
+ 'github_button': False,
+ 'show_powered_by': False,
+}
+
+html_sidebars = {
+ '**': [
+ 'about.html',
+ 'searchbox.html',
+ 'navigation.html',
+ 'relations.html',
+ 'donate.html',
+ ]
+}
+
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".