aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-28 01:25:28 +0100
committerYann Herklotz <git@yannherklotz.com>2022-03-28 01:25:28 +0100
commit6959b38a343d4575efc442ea02422dc64cf59d00 (patch)
treef98f3a4d9851863b7998d3ca87d5951af8919e8a /doc/conf.py
parentcfa2956933619440ab9803b1468292b191765b38 (diff)
downloadvericert-6959b38a343d4575efc442ea02422dc64cf59d00.tar.gz
vericert-6959b38a343d4575efc442ea02422dc64cf59d00.zip
Add to documentation
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py21
1 files changed, 4 insertions, 17 deletions
diff --git a/doc/conf.py b/doc/conf.py
index c7a9970..7000f7b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,25 +48,12 @@ pygments_style = "emacs"
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = 'alabaster'
+html_theme = 'sphinx_rtd_theme'
-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_logo = "_static/images/vericert-main.svg"
-html_sidebars = {
- '**': [
- 'about.html',
- 'searchbox.html',
- 'navigation.html',
- 'relations.html',
- 'donate.html',
- ]
+html_theme_options = {
+ 'style_nav_header_background': '#fff5db'
}
# Add any paths that contain custom static files (such as style sheets) here,